(test) variable in @media feature

This commit is contained in:
Alexis Sellier
2011-12-17 17:47:35 +01:00
parent 3fa7b2fcc0
commit eda86e5c74
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
float: none;
}
}
@media handheld and (min-width: 20em), screen and (min-width: 20em) {
@media handheld and (min-width: 42), screen and (min-width: 20em) {
body {
max-width: 480px;
}