aboutsummaryrefslogtreecommitdiff
path: root/less/scaffolding.less
diff options
context:
space:
mode:
authorKevin <[email protected]>2013-04-27 18:47:47 +0200
committerKevin <[email protected]>2013-04-27 18:47:47 +0200
commit9ce7f22e991804cd08c4dc612cd929d07dc0a28f (patch)
treea34e28de0477c1f668aef8244d881e00d7cd9391 /less/scaffolding.less
parent8ae9c6ab34128ea863343abaeff39ca7c6f4618c (diff)
downloadbootstrap-9ce7f22e991804cd08c4dc612cd929d07dc0a28f.tar.xz
bootstrap-9ce7f22e991804cd08c4dc612cd929d07dc0a28f.zip
Adding media queries breakpoints variables
Diffstat (limited to 'less/scaffolding.less')
-rw-r--r--less/scaffolding.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 793660710..6781a9582 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -22,7 +22,7 @@ html {
}
// Disable iOS/WinMobile font size changes
-@media screen and (max-device-width: 480px) {
+@media screen and (max-device-width: @screen-phone) {
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;