fix(shian): only fix height of the title row of the header

This commit is contained in:
Damillora 2021-04-16 20:42:13 +07:00
parent b2a4a3868a
commit 3359eb9575

View File

@ -1,4 +1,3 @@
.site-header { .site-header {
position: fixed; position: fixed;
z-index: 10; z-index: 10;
@ -50,15 +49,15 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@include transition; @include transition;
height: 3rem; height: 100%;
@include screen(md) {
height: 4rem;
}
&__top { &__top {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: 100%; height: 3rem;
@include screen(md) {
height: 4rem;
}
} }
&__title { &__title {
@ -112,7 +111,7 @@
width: 3rem; width: 3rem;
color: $white; color: $white;
display: inline-block; display: inline-block;
@include px(0.50rem); @include px(0.5rem);
vertical-align: middle; vertical-align: middle;
// @include py(0.25rem); // @include py(0.25rem);
// @include screen(md) { // @include screen(md) {