fix(shian): Fix header component height

This commit is contained in:
Damillora 2021-04-16 20:25:27 +07:00
parent c556c3667d
commit eef1519f53
1 changed files with 2 additions and 2 deletions

View File

@ -50,6 +50,7 @@
display: flex;
flex-direction: column;
@include transition;
height: 100%;
&__top {
display: flex;
flex-direction: row;
@ -105,7 +106,6 @@
}
&__icon {
width: 3rem;
height: 100%;
color: $white;
display: inline-block;
@include px(0.50rem);
@ -115,4 +115,4 @@
// @include py(0.75rem);
// }
}
}
}