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); }