0

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?

P.Brian.Mackey
  • 41,438
  • 63
  • 228
  • 337

1 Answers1

0

You can customize the margin settings using the media queries like in this article

Community
  • 1
  • 1
Dave V
  • 1,868
  • 8
  • 17