From fb421febce29b44754bc3e3c4a492ac194184145 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Fri, 19 May 2017 14:04:12 +0200 Subject: [PATCH] css: more line-height tweaks --- app/assets/stylesheets/application.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 62fdc54..f164efe 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -21,7 +21,7 @@ body, textarea, input, button { body { background-color: #fefefe; - line-height: 1.4em; + line-height: 1.45em; } a { @@ -454,8 +454,8 @@ li.story { clear: both; } ol.stories li.story div.story_liner { - padding-top: 0.3em; - padding-bottom: 0.3em; + padding-top: 0.25em; + padding-bottom: 0.25em; } .comment { clear: both;