From d2cf2a39b1b54efcb2878824d0aefd3c5aa385f3 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 13:56:04 +0000 Subject: [PATCH] Make sure it's an inline block --- sitefiles/sig.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 2a35290..73836f5 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -73,6 +73,8 @@ body{ } .contentBody .contentWrapper:hover:after{ + display: inline-block; + background-color:rgba(255, 255, 255, .06); min-width:98vw; text-align:center; font-size:2.75em;