From f0dabed8b75e02fc48196e96b2b074202959d327 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Sat, 5 Mar 2022 14:24:11 -0500 Subject: [PATCH] Better header distinction --- _scss/_base.scss | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/_scss/_base.scss b/_scss/_base.scss index 035a683..5454661 100644 --- a/_scss/_base.scss +++ b/_scss/_base.scss @@ -24,6 +24,7 @@ box-shadow: 5px 5px 17px #060606, } .inner-section { + border-radius: 35px; background: $background-color; max-width: 18cm; margin: 0 auto; @@ -31,19 +32,3 @@ box-shadow: 5px 5px 17px #060606, padding: 2mm 3mm; } -h1 { - font-size: 26px; - font-weight: normal; } - -h2 { - font-size: 24px; - font-weight: normal; - margin-top: 1cm; - margin-bottom: 0; } - -h3 { - font-size: 22px; - font-weight: normal; - margin-top: 1cm; - margin-bottom: 0; -}