From 2c68dd3d7432ae2cf3a4560f58659815b7614472 Mon Sep 17 00:00:00 2001 From: Viljami S Date: Fri, 9 Dec 2011 12:50:18 +0200 Subject: [PATCH] Make the h1 smaller on tiny screen --- example/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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