From 672088e6b230dec13be308bd77f91b4592d5829b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 25 Feb 2016 22:54:38 +0100 Subject: Fix avoid double-resize font. --- style.scss | 8 ++------ 1 file 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; } -- cgit v1.2.3