Browse code

Updated responsive typography sizing

Brandon Mathis authored on 03/07/2011 at 22:47:39
Showing 1 changed files
... ...
@@ -27,7 +27,7 @@ h1 {
27 27
   line-height: 1.2em;
28 28
 }
29 29
 
30
-@media only screen and (min-width: 768px) {
30
+@media only screen and (min-width: 992px) {
31 31
   body { font-size: 1.15em; }
32 32
   h1 { font-size: 3em; line-height: 1.2em; }
33 33
 }