add background color on header and enlargen menu toggle a bit

This commit is contained in:
Adrian Thompson
2020-09-08 16:31:47 +02:00
parent 3b490e9995
commit d1044ee6c8

View File

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