mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-04 11:05:01 -05:00
Add in responsive for 1200px+ layout; increase padding for that viewport size
This commit is contained in:
15
less/bootstrap.less
vendored
15
less/bootstrap.less
vendored
@@ -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
|
||||
// -------------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user