refactor(style): center page titles

This commit is contained in:
Price Hiller 2023-10-30 09:36:44 -05:00
parent a294c74396
commit 158b430cf2
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -21,6 +21,10 @@ article > p {
font-weight: bold;
}
.page-title {
text-align: center;
}
.article-summary {
font-size: 1.2rem;
}