mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
clarify and tweak media queries
This commit is contained in:
parent
5f314dcb85
commit
f1e520badd
2
docs/assets/css/bootstrap-responsive.css
vendored
2
docs/assets/css/bootstrap-responsive.css
vendored
@ -263,7 +263,7 @@
|
|||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 1210px) {
|
@media (min-width: 1200px) {
|
||||||
.container {
|
.container {
|
||||||
width: 1170px;
|
width: 1170px;
|
||||||
}
|
}
|
||||||
|
@ -390,7 +390,7 @@
|
|||||||
@media (min-width: 768px) and (max-width: 940px) { ... }
|
@media (min-width: 768px) and (max-width: 940px) { ... }
|
||||||
|
|
||||||
// Large desktop
|
// Large desktop
|
||||||
@media (min-width: 1210px) { .. }
|
@media (min-width: 1200px) { .. }
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
2
docs/templates/pages/scaffolding.mustache
vendored
2
docs/templates/pages/scaffolding.mustache
vendored
@ -318,7 +318,7 @@
|
|||||||
@media (min-width: 768px) and (max-width: 940px) { ... }
|
@media (min-width: 768px) and (max-width: 940px) { ... }
|
||||||
|
|
||||||
// {{_i}}Large desktop{{/i}}
|
// {{_i}}Large desktop{{/i}}
|
||||||
@media (min-width: 1210px) { .. }
|
@media (min-width: 1200px) { .. }
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -306,7 +306,7 @@
|
|||||||
// LARGE DESKTOP & UP
|
// LARGE DESKTOP & UP
|
||||||
// ------------------
|
// ------------------
|
||||||
|
|
||||||
@media (min-width: 1210px) {
|
@media (min-width: 1200px) {
|
||||||
|
|
||||||
// Reset grid variables
|
// Reset grid variables
|
||||||
@gridColumns: 12;
|
@gridColumns: 12;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user