fix various header sizing issues

This commit is contained in:
Oliver 2025-01-04 00:22:09 -07:00
parent dbb22984e6
commit 70b9e788c9

View File

@ -93,13 +93,18 @@ h1,h2,h3,h4,h5,h6 {
text-align: center;
}
header h1 {
header > h1 {
margin: 0;
font-size: 2.5rem;
}
article h1 {
margin-bottom: 1rem;
.article-header > h1 {
font-size: 1.5rem;
}
h1 {
/* Not sure why h1 needs this fix, but otherwise it's smaller than h2 */
font-size: 2rem;
}
a {