From 17706c31797ca2dd2594fd2db270c6983353f172 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 5 Oct 2020 09:37:02 +0200 Subject: [PATCH] =?UTF-8?q?Zmen=C5=A1en=C3=AD=20velikosti=20fontu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index 8147190..4f438a1 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -10,7 +10,7 @@ $main-width: 1024px; body { margin: 0; color: #fff; - font-size: 1.35em; + font-size: 1.15em; font-family: moderat, Arial, Helvetica, sans-serif; line-height: 1.6; height: 100vh; @@ -85,7 +85,8 @@ header { } h1 { - font-size: inherit; + font-size: 1.35em; + font-weight: normal; color: #fff; }