return structure using <h2> elements, fix css

This commit is contained in:
Luke Boswell 2023-03-15 18:19:33 +11:00
parent ca2158edbb
commit 91604f8be6
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
6 changed files with 21 additions and 11 deletions

View file

@ -182,6 +182,10 @@ section > *:last-child {
margin-bottom: 0;
}
section h1,
section h2,
section h3,
section h4,
section p {
padding: 0px 16px;
}