forked from data.coop/website
Adjusting size of logo and margins in header in mobile view
This commit is contained in:
parent
fdad5adb80
commit
12961afd3d
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue