summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-02-25 22:54:38 +0100
committerJonas Smedegaard <dr@jones.dk>2016-02-25 22:54:38 +0100
commit672088e6b230dec13be308bd77f91b4592d5829b (patch)
tree6af487f71596c3da7ee556e5d92522d2f4f815bc /style.scss
parentdcb9aabb83281a87d8623e568ccec0a905038069 (diff)
Fix avoid double-resize font.
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/style.scss b/style.scss
index 09e977a..ffc2fbc 100644
--- a/style.scss
+++ b/style.scss
@@ -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;
}