Adjusting size of logo and margins in header in mobile view
This commit is contained in:
parent
fdad5adb80
commit
12961afd3d
1 changed files with 5 additions and 1 deletions
|
@ -213,7 +213,11 @@ aside header a img {
|
||||||
flex-direction : row;
|
flex-direction : row;
|
||||||
justify-content : space-between;
|
justify-content : space-between;
|
||||||
align-items : center;
|
align-items : center;
|
||||||
margin : calc(var(--base-grid) / 2) var(--base-grid);
|
margin : var(--base-grid);
|
||||||
|
}
|
||||||
|
|
||||||
|
aside header a img {
|
||||||
|
height : 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside nav {
|
aside nav {
|
||||||
|
|
Loading…
Add table
Reference in a new issue