From 10443b0543f974f1b34cc23063b5fe57f0706651 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 15 Jan 2020 11:07:22 +0100 Subject: [PATCH] =?UTF-8?q?Zv=C4=9Bt=C5=A1en=C3=AD=20velikosti=20fontu=20u?= =?UTF-8?q?=20H3=20v=20receptu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index b0e497e..77a8270 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -96,9 +96,7 @@ main { border:1px solid $border; } - h2 { - font-size:2em; - } + h2, h3 { font-size:2em; } } hr {