Fiddle Bootstrap v1
<body>
<div class="container">
<button class="btn">
Hello
</button>
</div>
</body>
...
body {
margin-top: 10px;
}
I have my resolution at 1920 x 1080. Once we get near this 1900 width the margin gets to be too much. How can I modify the padding for the container to be less at high resolution?