Well, one of these should work now

main
sigonasr2, Sig, Sigo 3 years ago
parent 8626c12a9a
commit 9d705448a4
  1. 3
      sitefiles/sig.css

@ -98,12 +98,9 @@ body{
position:absolute; position:absolute;
top:-20px; top:-20px;
min-width:98vw; min-width:98vw;
max-height:0px; /*Make the element effectively have no space taken*/
text-align:center; text-align:center;
float:left;
font-size:1.75em; font-size:1.75em;
padding-top:2px; padding-top:2px;
padding-bottom:-20px;
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(15,15,15,1.0) 100%); background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(15,15,15,1.0) 100%);
} }

Loading…
Cancel
Save