Adjusting size of logo and margins in header in mobile view

This commit is contained in:
Halfdan 2022-11-21 15:04:10 +01:00
parent fdad5adb80
commit 12961afd3d
1 changed files with 5 additions and 1 deletions

View File

@ -213,7 +213,11 @@ aside header a img {
flex-direction : row;
justify-content : space-between;
align-items : center;
margin : calc(var(--base-grid) / 2) var(--base-grid);
margin : var(--base-grid);
}
aside header a img {
height : 120px;
}
aside nav {