From 4251856218c55fad1524d22c038365efc396dfbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 17 Apr 2018 19:17:12 +0200 Subject: [PATCH] Increase space of settings headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- settings/css/settings.scss | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 14900a52af9..7a12e4f7d95 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -877,10 +877,6 @@ span.version { } .section { - h2.app-name { - display: block; - margin: 8px 0; - } margin-bottom: 0; /* use 2nd child since app-navigation-toggle is the first */ &:not(:nth-child(2)) { @@ -888,10 +884,13 @@ span.version { } /* correctly display help icons next to headings */ - h2 .icon-info { - padding: 6px 20px; - vertical-align: text-bottom; - display: inline-block; + h2 { + margin-bottom: 22px; + .icon-info { + padding: 6px 20px; + vertical-align: text-bottom; + display: inline-block; + } } }