From 97681696f0ecfa89a0dfc7269bf17a90906c5a63 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:51:45 +0200 Subject: [PATCH] Update 'web/strike/style.css' --- web/strike/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/strike/style.css b/web/strike/style.css index 1eb7438..0923fe7 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -19,7 +19,7 @@ a{ font-family: 'Courier New', Courier, monospace; font-size: 180px; color: aqua; - position: absolute; + position: relative; display: inline-flex; /* top: 50%; left: 30%; @@ -29,6 +29,7 @@ a{ /* Centered text */ .centered { + position: relative; display: inline-flex; top: 50%; left: 50%;