This commit is contained in:
Luke Page
2013-01-12 09:46:20 +00:00
parent 3f9d01ac2f
commit 1abb5dd460
3 changed files with 19 additions and 1 deletions

View File

@@ -193,3 +193,11 @@ body {
background: green;
}
}
@media (max-width: 1200px) {
/* a comment */
}
@media (max-width: 1200px) and (max-width: 900px) {
body {
font-size: 11px;
}
}