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;