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; -}