add styles for headings

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:22:46 +02:00
parent da2acbf377
commit 60e4508431
+31 -1
View File
@@ -19,7 +19,7 @@ html {
box-sizing: border-box;
font-family: "Adwaita Sans", sans-serif;
font-size: 1.4rem;
line-height: 2.1rem;
line-height: 2rem;
margin: 0;
padding: 0;
}
@@ -50,3 +50,33 @@ a:focus {
outline-style: solid;
outline-width: 0.1rem;
}
h1 {
font-size: 4rem;
line-height: 4.6rem;
padding-bottom: 1rem;
}
h2 {
font-size: 3.2rem;
line-height: 3.8rem;
padding-bottom: 1rem;
}
h3 {
font-size: 2.8rem;
line-height: 3.4rem;
padding-bottom: 1rem;
}
h4 {
font-size: 2.4rem;
line-height: 3rem;
padding-bottom: 1rem;
}
h5 {
font-size: 2rem;
line-height: 2.6rem;
padding-bottom: 1rem;
}