0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

clarify and tweak media queries

This commit is contained in:
Mark Otto 2012-01-28 20:34:07 -08:00
parent 5f314dcb85
commit f1e520badd
4 changed files with 4 additions and 4 deletions

View File

@ -263,7 +263,7 @@
height: 0;
}
}
@media (min-width: 1210px) {
@media (min-width: 1200px) {
.container {
width: 1170px;
}

View File

@ -390,7 +390,7 @@
@media (min-width: 768px) and (max-width: 940px) { ... }
// Large desktop
@media (min-width: 1210px) { .. }
@media (min-width: 1200px) { .. }
</pre>
</div>
</div>

View File

@ -318,7 +318,7 @@
@media (min-width: 768px) and (max-width: 940px) { ... }
// {{_i}}Large desktop{{/i}}
@media (min-width: 1210px) { .. }
@media (min-width: 1200px) { .. }
</pre>
</div>
</div>

View File

@ -306,7 +306,7 @@
// LARGE DESKTOP & UP
// ------------------
@media (min-width: 1210px) {
@media (min-width: 1200px) {
// Reset grid variables
@gridColumns: 12;