From 14bf43b9a3a6bd5e595ebc1e18c5f56d05baedff Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Tue, 6 Jul 2021 14:19:32 -0400 Subject: [PATCH] Fixed incorrect centering --- css/general/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/general/layout.css b/css/general/layout.css index 19dad711439..1763280ec19 100644 --- a/css/general/layout.css +++ b/css/general/layout.css @@ -9,7 +9,7 @@ h1 + p, h2 + p, h3 + p, h4 + p { margin-top: 0; } -div.center, p.center { +.center { margin-left: auto; margin-right: auto; text-align: center; -- GitLab