26 lines
258 B
SCSS
26 lines
258 B
SCSS
|
.site-header {
|
||
|
padding-inline: var(--pad-x, 1rem);
|
||
|
padding-block: 1rem;
|
||
|
.container {
|
||
|
|
||
|
}
|
||
|
.hang-left {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
.site-masthead {
|
||
|
text-decoration: none;
|
||
|
color: inherit;
|
||
|
&__image {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
.site-title {
|
||
|
|
||
|
}
|
||
|
.scroll-margin {
|
||
|
|
||
|
}
|
||
|
#top {
|
||
|
--header-height: 4rem;
|
||
|
}
|