make titles center always

This commit is contained in:
nelle 2024-07-10 02:35:20 -06:00
parent 89ecce6f99
commit fa2deff5d7

View file

@ -41,6 +41,7 @@ h1 {
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
margin-bottom: 1em; margin-bottom: 1em;
text-align: center;
} }
hr { hr {