From 7461dfee325358f87ea59894237ebd5306a5a17c Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 15 Nov 2020 10:00:20 +0100 Subject: [PATCH] =?UTF-8?q?V=C4=9Bt=C5=A1=C3=AD=20p=C3=ADsmo=20v=20=C4=8De?= =?UTF-8?q?rven=C3=A9m=20pruhu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index 3473e3a..ce70974 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -97,13 +97,14 @@ main { margin-left: -50vw; background-color: #C61730; color: #fff; - padding: 4em 1rem; + padding: 3em 1rem; text-align: center; + font-size: 1.1rem; h1 { margin-top: .5em; - margin-bottom: 2em; - font-size: 1.6em; + margin-bottom: 1.5em; + font-size: 2rem; } } @@ -210,7 +211,7 @@ footer { } .wrap { - max-width: 55em; + max-width: 48em; margin: 0 auto; }