some formatting tweaks
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-13 10:56:07 -07:00
parent 244b3ee344
commit 2b7907ac80
3 changed files with 9 additions and 7 deletions
+7 -3
View File
@@ -97,7 +97,7 @@ h1, h2, h3, h4, h5, h6 {
}
h1 {
margin: 5rem 0 2rem;
margin: 5rem 0;
font-size: 3rem;
text-align: center;
}
@@ -108,11 +108,15 @@ h1 {
h2 {
font-size: 2rem;
padding-top: 3rem;
border-top: solid;
margin: 1.4rem 0;
}
p + h2,
h3 + h2 {
padding-top: 3rem;
border-top: solid;
}
h3 {
font-size: 1.4rem;
margin-top: 1rem;