diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/bootstrap.less | 15 | ||||
| -rw-r--r-- | less/grid.less | 1 |
2 files changed, 13 insertions, 3 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index 896a91641..a0a2e868a 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -88,8 +88,6 @@ */ .container { max-width: 940px; - margin-left: auto; - margin-right: auto; } .navbar { @@ -126,6 +124,19 @@ } +// Responsive: Large desktops and up +@media screen and (min-width: 1200px) { + + .container { + max-width: 1170px; + } + [class^="span"] { + padding-left: 15px; + padding-right: 15px; + } + +} + /* // Responsive // ------------------------------------------------------------- diff --git a/less/grid.less b/less/grid.less index 751e9d8c6..b8c1c3beb 100644 --- a/less/grid.less +++ b/less/grid.less @@ -6,7 +6,6 @@ // Set the container width, and override it for fixed navbars in media queries .container { .container-fixed(); - max-width: 940px; } // Mobile-first defaults |
