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

@@ -40,6 +40,7 @@
font-size: 1.7rem;
font-weight: bold;
line-height: 30px;
margin: unset;
}
.subtitle {
@@ -48,6 +49,7 @@
line-height: 1.3;
color: var(--theme-color-background-header);
max-width: 900px;
margin-top: 7px;
}
}