A few fixes

This commit is contained in:
cheddar 2025-04-18 12:29:43 -04:00
parent 477f5a851d
commit 111c859aee
No known key found for this signature in database
3 changed files with 6 additions and 1 deletions

View file

@ -27,6 +27,10 @@ hr {
margin: 20px 0 0 0;
}
article {
padding-bottom: 20px;
}
article > h1 {
margin-bottom: 0;
}