diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-02-25 22:54:38 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-02-25 22:54:38 +0100 |
commit | 672088e6b230dec13be308bd77f91b4592d5829b (patch) | |
tree | 6af487f71596c3da7ee556e5d92522d2f4f815bc /style.scss | |
parent | dcb9aabb83281a87d8623e568ccec0a905038069 (diff) |
Fix avoid double-resize font.
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -190,12 +190,8 @@ body { @include inline-block-list(20px); } -.topbar li, -.topbar ul, -.topbar ul li, -.topbar ol, -.topbar ol li { - font-size: 1.1em; +.topbar li { + font-size: 1.25em; line-height: 2em; } |