From 63b2e8b49e44dc30c21dc1614783971f0d999d23 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 13:53:46 +0000 Subject: [PATCH] Include larger text and center it --- sitefiles/sig.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 8087e61..2a35290 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -73,12 +73,9 @@ body{ } .contentBody .contentWrapper:hover:after{ - content: "⤈ Click to expand."; - border-color: rgb(17, 153, 17, .8); - } - - .contentBody .contentWrapper:hover:after:hover{ - background-color: rgba(255, 255, 255, .06); + min-width:98vw; + text-align:center; + font-size:2.75em; content: "⤈ Click to expand."; border-color: rgb(17, 153, 17, .8); }