mirror of
https://github.com/thangisme/notes.git
synced 2025-02-21 06:57:46 -05:00
Improved site header for logo
(cherry picked from commit 2a5c38907488b998af75e9a1ef2499428b8f1a78)
This commit is contained in:
parent
418cf1d640
commit
d4b79e2eac
@ -125,12 +125,12 @@
|
|||||||
|
|
||||||
.site-header {
|
.site-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
min-height: $header-height;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
@include mq(md) {
|
@include mq(md) {
|
||||||
z-index: 101;
|
z-index: 101;
|
||||||
height: $header-height;
|
height: $header-height;
|
||||||
min-height: $header-height;
|
|
||||||
max-height: $header-height;
|
max-height: $header-height;
|
||||||
border-bottom: $border $border-color;
|
border-bottom: $border $border-color;
|
||||||
}
|
}
|
||||||
@ -142,8 +142,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-top: $gutter-spacing-sm;
|
padding-top: $sp-2;
|
||||||
padding-bottom: $gutter-spacing-sm;
|
padding-bottom: $sp-2;
|
||||||
color: $body-heading-color;
|
color: $body-heading-color;
|
||||||
@include fs-6;
|
@include fs-6;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user