From b3d769a47d0e2891c199968e45d17e6314003328 Mon Sep 17 00:00:00 2001 From: bo Date: Tue, 20 Jun 2023 13:55:50 +0200 Subject: [PATCH] Update 'web/strike/style.css' --- web/strike/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/strike/style.css b/web/strike/style.css index 0923fe7..3ca8c32 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -29,7 +29,7 @@ a{ /* Centered text */ .centered { - position: relative; + position: absolute; display: inline-flex; top: 50%; left: 50%; @@ -41,7 +41,7 @@ a{ position: absolute; font-size: small; color: gold; - top: 50%; + /* top: 50%; left: 50%; - transform: translate(-50%, -50%); + transform: translate(-50%, -50%); */ } \ No newline at end of file