Fix h1 tags

This commit is contained in:
2023-08-30 13:17:27 +02:00
parent 44910c183b
commit efe1ea873b
10 changed files with 11 additions and 23 deletions

View File

@@ -68,6 +68,13 @@ main {
overflow: auto;
}
main h1 {
margin-bottom: 2rem;
font-weight: normal;
font-size: 1.5em;
font-variant-caps: small-caps;
}
a,
a:visited {
text-decoration: none;