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 {