@@ -1,4 +1,5 @@
header{
+ background: red;
z-index: 999;
position: relative;
@include inlineflex();
@@ -10,7 +11,7 @@ header{
height: 105px;
nav{
- -ms-flex-pack: distribute;
+ -ms-flex-pack: distribute;
justify-content: space-around;
height: 100px;
width: 70%;