2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Adding media queries breakpoints variables

This commit is contained in:
Kevin
2013-04-27 18:47:47 +02:00
parent 8ae9c6ab34
commit 9ce7f22e99
10 changed files with 31 additions and 15 deletions
+1 -1
View File
@@ -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%;