diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-27 20:58:58 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-27 20:58:58 -0400 |
| commit | 1423f650fcef2c610c5b4c020f8a60178a04285f (patch) | |
| tree | 22b2e0fc573aae507e914c38a706185458bbce84 /scss | |
| parent | bef20c4d5ba2e2c32ac4808227cc14d4feadef0e (diff) | |
| download | acn-blog-1423f650fcef2c610c5b4c020f8a60178a04285f.tar.gz acn-blog-1423f650fcef2c610c5b4c020f8a60178a04285f.tar.bz2 acn-blog-1423f650fcef2c610c5b4c020f8a60178a04285f.zip | |
Decrease header line-height on mobile
Diffstat (limited to 'scss')
| -rwxr-xr-x | scss/style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss index c13b927..42bfcca 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -37,6 +37,10 @@ h1, h2, h3, h4, h5, h6 { line-height: 1.7; margin: 1em 0 15px; padding: 0; + + @include mobile { + line-height: 1.4; + } } h1 { |
