From ef81f91d2f30e60d813dec7d5004b96a5442696f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 24 Nov 2020 01:29:27 +0100 Subject: Mitigate issue when zoomed in Don't know why, but the text stops being centered then. Of course, the real issue is that the current cell dimensions are inane and not responsive. Will need to make them saner. --- "actualit\303\251s.css" | 1 + 1 file changed, 1 insertion(+) diff --git "a/actualit\303\251s.css" "b/actualit\303\251s.css" index 46ac00a..a6421b6 100644 --- "a/actualit\303\251s.css" +++ "b/actualit\303\251s.css" @@ -50,6 +50,7 @@ main > div { opacity: 0; z-index: 1; font-weight: bold; + text-align: center; color: white; transition: 0.5s; } -- cgit v1.2.3