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

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