From b015e87efe3787b6b19e1290aaeb648e82368994 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 4 Nov 2020 21:12:07 +0100 Subject: [PATCH] Typografie v obsahu --- sass/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index cb83451..92de2a2 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -48,6 +48,11 @@ header { } main { + text-align: center; + + h1, h2 { + margin-top: 2em; + } .hero { width: 100vw; @@ -60,6 +65,7 @@ main { text-align: center; h1 { + margin-top: .5em; margin-bottom: 2em; font-size: 1.6em; }