From 656915293c703b6bc2b29267e94dc2b31376d317 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 18 Feb 2020 10:22:47 +0100 Subject: [PATCH] =?UTF-8?q?=C3=9Aprava=20odsazen=C3=AD=20H2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index b708b5c..16b9671 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -21,6 +21,8 @@ margin:0 0 2em 0; } } + + h2 { margin-top:0.85em; } } main section article { @@ -46,6 +48,8 @@ margin:0 0 2em 2em; } } + + h2 { margin:0; } } main section article { @@ -98,6 +102,7 @@ main { border:1px solid $border; } + h2 { margin:0.85em 0; } h2, h3 { font-size:2em; } }