From a98ca55391ad38433dc5d43ecac05b61418242fa Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Mon, 25 Dec 2017 00:16:13 +0100 Subject: [PATCH] client/css: optimize help view margins --- client/css/core-general.styl | 4 ++++ client/css/help-view.styl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/client/css/core-general.styl b/client/css/core-general.styl index d93858d..75e8224 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -97,6 +97,10 @@ form .fa-question-circle-o padding: 1.8em @media (max-width: 1000px) padding: 1.5em + .content, + .content .subcontent + >*:last-child + margin-bottom: 0 hr border: 0 diff --git a/client/css/help-view.styl b/client/css/help-view.styl index d90e0c5..0c98d59 100644 --- a/client/css/help-view.styl +++ b/client/css/help-view.styl @@ -16,6 +16,10 @@ font-size: 1.6em &:first-child margin-top: 0 + @media (max-width: 1000px) + margin-top: 1.5em + &:first-child + margin-top: 0 nav ul margin: 0 auto