Fix blog h1 styling

This commit is contained in:
Garrett Mills 2023-01-16 03:45:45 -06:00
parent 33411d1041
commit 73d0c5df40

View File

@ -768,6 +768,10 @@ section#auth h3 {
margin: 50px 20px;
}
.post-content h1 {
font-size: 36pt;
}
.post-content h2 {
font-size: 28pt;
}