From d962e3afe5207abdebfaee054c02166c26bb2182 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Fri, 27 Feb 2015 14:00:47 -0800 Subject: [PATCH] fix a line spacing issue --- public/css/main.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/main.less b/public/css/main.less index a76f1642d9..9885b31d57 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -740,7 +740,8 @@ iframe.iphone { } .tight-h3 { - line-height: 0.5em; + margin-top: -4px; + margin-bottom: -4px; } //uncomment this to see the dimensions of all elements outlined in red