Using grid for master layout

This commit is contained in:
2020-08-13 23:44:06 +02:00
parent fc0a96b167
commit 0e3f005639
4 changed files with 47 additions and 49 deletions

View File

@@ -5,7 +5,8 @@ $-logo-height: 45px;
align-items: center;
justify-content: space-between;
height: 60px;
box-shadow: 0 0 2px $-light-brown;
box-shadow: 0 0 2px $-light-brown;
grid-area: header;
&__Navigation{
flex-grow: 2;