2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Add in responsive for 1200px+ layout; increase padding for that viewport size

This commit is contained in:
Mark Otto
2013-01-16 14:48:25 -08:00
parent 13a80f33c8
commit cf693b5632
4 changed files with 28 additions and 6 deletions
+13 -2
View File
@@ -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
// -------------------------------------------------------------