This commit is contained in:
Kevin Tessier 2019-06-04 10:15:30 +02:00
parent 6d00eaef96
commit 48c8f23da0
3 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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