diff --git a/example/styles.css b/example/styles.css index 7274d0b..9c29f92 100644 --- a/example/styles.css +++ b/example/styles.css @@ -119,4 +119,12 @@ a:active { .footer { font-size: 11px; + } + +@media screen and (max-width: 600px) { + + h1 { + font: 30px/50px "Helvetica Neue", Helvetica, Arial, sans-serif; + } + } \ No newline at end of file