Remove the right border, looks funky

main
sigonasr2, Sig, Sigo 3 years ago
parent ce700db224
commit 613a385323
  1. 11
      sitefiles/sig.css

@ -58,8 +58,7 @@ body{
}
.contentBody .contentWrapper{
font-size:0.75em;
border-style: none outset outset none;
border-style: none none outset none;
border-radius: 0px 0px 12px 0px;
border-color: rgb(17, 153, 17, .3);
border-width: 3px;
@ -67,6 +66,10 @@ body{
min-width:98vw;
}
.contentBody .contentWrapper:hover{
border-color: rgb(17, 153, 17, .8);
}
.contentBody .contentWrapper h1{
display: inline-block;
font-size:3.25em;
@ -92,7 +95,3 @@ body{
margin: 0px 4px 0px 4px;
min-width:98vw;
}
.contentBody .contentWrapper:hover{
border-color: rgb(17, 153, 17, .8);
}
Loading…
Cancel
Save