fix(shian): fix height of the header instead

This commit is contained in:
Damillora 2021-04-16 20:35:33 +07:00
parent eef1519f53
commit b2a4a3868a
1 changed files with 5 additions and 1 deletions

View File

@ -50,7 +50,11 @@
display: flex;
flex-direction: column;
@include transition;
height: 100%;
height: 3rem;
@include screen(md) {
height: 4rem;
}
&__top {
display: flex;
flex-direction: row;