From 0fcc000d2921a8aed247df1ce59b02454239d809 Mon Sep 17 00:00:00 2001 From: Dslak Date: Fri, 25 Dec 2020 10:23:28 +0100 Subject: [PATCH] mobile fine tuning --- components/sectionHeader/sectionHeader.scss | 6 ++++-- src/scss/forms.scss | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/sectionHeader/sectionHeader.scss b/components/sectionHeader/sectionHeader.scss index 21dde09..e8821e7 100644 --- a/components/sectionHeader/sectionHeader.scss +++ b/components/sectionHeader/sectionHeader.scss @@ -35,7 +35,7 @@ background: $brown; padding: 0 10px; margin: 0; - @include font-style($font-serif, 'regular', $font-46); + @include font-style($font-serif, 'regular', $font-40); transition: height .4s, font-size .4s, line-height .4s; } @@ -54,6 +54,8 @@ @media (min-width: map-get($grid-breakpoints, 'md')) { .component-sectionHeader { - //margin-top: $header-height; + .label { + font-size: $font-46; + } } } diff --git a/src/scss/forms.scss b/src/scss/forms.scss index 1a244bd..587e3cd 100644 --- a/src/scss/forms.scss +++ b/src/scss/forms.scss @@ -168,6 +168,7 @@ select { &.button-brown { background: $brown; color: $white; + border: none; } &.button-transparent {