From 225d0a3e3ff92f98deb93e8ae4b89ccf434c8ddc Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Tue, 7 Apr 2015 11:24:52 +0200 Subject: [PATCH] Update line height --- themes/outerspace/static/css/outerspace.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/outerspace/static/css/outerspace.css b/themes/outerspace/static/css/outerspace.css index 30d86f2..9bacc15 100644 --- a/themes/outerspace/static/css/outerspace.css +++ b/themes/outerspace/static/css/outerspace.css @@ -11,7 +11,7 @@ body { background: #FFFFFF; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 13px; - line-height: 18px; + line-height: 20px; } .container { @@ -221,7 +221,7 @@ ul#social li a { @media (min-width: 720px) { body { font-size: 16px; - line-height: 22px; + line-height: 24px; } .container {