From 87c2b8adddf2c10a0811c5d04b7acca599f7487b Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:18:38 -0600 Subject: [PATCH] core: hack heading to relative center --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index 4b77ddd..79167a7 100644 --- a/default.css +++ b/default.css @@ -58,7 +58,7 @@ h1 { h2 { border: solid 2px #06CDFF; border-radius: 12px; - margin: auto; + margin: auto 16rem; padding: 8px; text-align: center; width: 400px;