Fix the incorrect header spacing across all text

This commit is contained in:
Gabe Kangas
2023-02-13 22:00:53 -08:00
parent 219e5ad72d
commit 60f5b41a3d
4 changed files with 10 additions and 0 deletions

View File

@@ -10,6 +10,11 @@
box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 10%);
background-color: var(--theme-color-background-header);
h1 {
margin-top: unset;
margin-bottom: unset;
}
@include screen(mobile) {
--header-height: 3.85rem;
}