trwnh.com/blog.hugo/assets/styles/layouts/partials/site-header.scss
2024-09-29 20:32:51 -05:00

26 lines
No EOL
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;
}