From a03efa1156fae37c38659a3563f80cbeb0462d8b Mon Sep 17 00:00:00 2001 From: Thom Breugelmans Date: Fri, 29 Nov 2024 16:58:20 +0100 Subject: [PATCH] fix: width styling of h2 element --- static/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css index 208f136..bbd215b 100644 --- a/static/stylesheets/style.css +++ b/static/stylesheets/style.css @@ -47,7 +47,7 @@ font-size: 4.5vh; } h2 { position: absolute; -/*width: 50%;*/ +min-width: 50%; height: 3vh; left: 50%; transform: translateX(-50%);