Include larger text and center it

main
sigonasr2, Sig, Sigo 3 years ago
parent 433047ccf8
commit 63b2e8b49e
  1. 9
      sitefiles/sig.css

@ -73,12 +73,9 @@ body{
} }
.contentBody .contentWrapper:hover:after{ .contentBody .contentWrapper:hover:after{
content: "⤈ Click to expand."; min-width:98vw;
border-color: rgb(17, 153, 17, .8); text-align:center;
} font-size:2.75em;
.contentBody .contentWrapper:hover:after:hover{
background-color: rgba(255, 255, 255, .06);
content: "⤈ Click to expand."; content: "⤈ Click to expand.";
border-color: rgb(17, 153, 17, .8); border-color: rgb(17, 153, 17, .8);
} }

Loading…
Cancel
Save