Updated responsive typography sizing

This commit is contained in:
Brandon Mathis 2011-07-03 18:47:39 -04:00
parent 8e6da4ee38
commit d4139e394e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ h1 {
line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
@media only screen and (min-width: 992px) {
body { font-size: 1.15em; }
h1 { font-size: 3em; line-height: 1.2em; }
}