From 70b9e788c9a91867a790d088cf5a2d4c811aa003 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 4 Jan 2025 00:22:09 -0700 Subject: [PATCH] fix various header sizing issues --- static/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 3acac94..a6309fd 100644 --- a/static/style.css +++ b/static/style.css @@ -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 {