Commit f1e520ba authored by Mark Otto's avatar Mark Otto
Browse files

clarify and tweak media queries

parent 5f314dcb
2 merge requests!14752.0 wip,!1403warningText and warningBackground docs fix
Showing with 4 additions and 4 deletions
+4 -4
......@@ -263,7 +263,7 @@
height: 0;
}
}
@media (min-width: 1210px) {
@media (min-width: 1200px) {
.container {
width: 1170px;
}
......
......@@ -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>
......
......@@ -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>
......
......@@ -306,7 +306,7 @@
// LARGE DESKTOP & UP
// ------------------
@media (min-width: 1210px) {
@media (min-width: 1200px) {
// Reset grid variables
@gridColumns: 12;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment