From 1423f650fcef2c610c5b4c020f8a60178a04285f Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Tue, 27 May 2014 20:58:58 -0400 Subject: Decrease header line-height on mobile --- style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 5c5669a..80ff3b8 100644 --- a/style.css +++ b/style.css @@ -334,6 +334,9 @@ h1, h2, h3, h4, h5, h6 { line-height: 1.7; margin: 1em 0 15px; padding: 0; } + @media screen and (max-width: 520px) { + h1, h2, h3, h4, h5, h6 { + line-height: 1.4; } } h1 { font-weight: 400; -- cgit v1.2.3