From 322ad4f3916892ae9da404dbf28bd02525a7cb9c Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Sun, 6 Feb 2022 01:46:29 +0100 Subject: [PATCH] Make article heading horizontally centered --- static/css/general.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/general.css b/static/css/general.css index 62eca4d..0aac8bc 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -72,6 +72,7 @@ article { h2 { margin-bottom: 1rem; + text-align: center; } #mainarticle {