aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-27 20:58:58 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-27 20:58:58 -0400
commit1423f650fcef2c610c5b4c020f8a60178a04285f (patch)
tree22b2e0fc573aae507e914c38a706185458bbce84 /style.css
parentbef20c4d5ba2e2c32ac4808227cc14d4feadef0e (diff)
downloadkompetenzbolzen.github.io-1423f650fcef2c610c5b4c020f8a60178a04285f.tar.gz
Decrease header line-height on mobile
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
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;