mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-22 09:27:32 +00:00
fix(shian): only fix height of the title row of the header
This commit is contained in:
parent
b2a4a3868a
commit
3359eb9575
@ -1,4 +1,3 @@
|
||||
|
||||
.site-header {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
@ -50,15 +49,15 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@include transition;
|
||||
height: 3rem;
|
||||
@include screen(md) {
|
||||
height: 4rem;
|
||||
}
|
||||
height: 100%;
|
||||
|
||||
&__top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 100%;
|
||||
height: 3rem;
|
||||
@include screen(md) {
|
||||
height: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
@ -112,7 +111,7 @@
|
||||
width: 3rem;
|
||||
color: $white;
|
||||
display: inline-block;
|
||||
@include px(0.50rem);
|
||||
@include px(0.5rem);
|
||||
vertical-align: middle;
|
||||
// @include py(0.25rem);
|
||||
// @include screen(md) {
|
||||
|
Loading…
Reference in New Issue
Block a user