From d1044ee6c8440fd04d655539c06cd105358898fb Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Tue, 8 Sep 2020 16:31:47 +0200 Subject: [PATCH] add background color on header and enlargen menu toggle a bit --- src/styles/banner.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/styles/banner.scss b/src/styles/banner.scss index bc408f6..a50f981 100644 --- a/src/styles/banner.scss +++ b/src/styles/banner.scss @@ -8,6 +8,10 @@ grid-gap: 1em; align-items: center; justify-items: center; + background-color: $primary; + -webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); + -moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); + box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); } .company-logo{ @@ -19,9 +23,9 @@ color: #1e1e1e; border-radius: 50% 50%; z-index: 3; - width: 36px; - height: 36px; - background: $primary; + width: 42px; + height: 42px; + background: white; display: flex; flex-direction: column; justify-content: center;