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

View File

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