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