aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 20:34:07 -0800
committerMark Otto <[email protected]>2012-01-28 20:34:07 -0800
commitf1e520badd51d01ebcd33758966ef868e5cdd1c2 (patch)
treef1203cd24b8ca8ecc7ad44713b6ff635c42e5ab2 /docs/templates
parent5f314dcb85b011d30bbe845e00932a9a550d4e71 (diff)
downloadbootstrap-f1e520badd51d01ebcd33758966ef868e5cdd1c2.tar.xz
bootstrap-f1e520badd51d01ebcd33758966ef868e5cdd1c2.zip
clarify and tweak media queries
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/scaffolding.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache
index cf672cc6e..6d5a66f8d 100644
--- a/docs/templates/pages/scaffolding.mustache
+++ b/docs/templates/pages/scaffolding.mustache
@@ -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>