Space out the line and the date

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-03 17:53:39 +00:00
parent 50ef2aa2ad
commit 06abfa4310

View File

@ -97,14 +97,14 @@ body{
font-size:0.75em; font-size:0.75em;
margin: 0px 4px 0px 4px; margin: 0px 4px 0px 4px;
min-width:98vw; min-width:98vw;
min-height:2px; min-height:1px;
z-index:0; z-index:0;
background: linear-gradient(90deg,rgba(255, 255, 255, .6) 0%,rgba(255, 255, 255, .06) 45%,rgba(255, 255, 255, .06) 0%); background: linear-gradient(90deg,rgba(255, 255, 255, .6) 0%,rgba(255, 255, 255, .06) 45%,rgba(255, 255, 255, .06) 0%);
} }
.contentBody .contentWrapper .date{ .contentBody .contentWrapper .date{
font-size:0.75em; font-size:0.75em;
margin: 0px 4px 0px 4px; margin: 2px 4px 0px 4px;
min-width:98vw; min-width:98vw;
z-index:0; z-index:0;
background-color: rgba(255, 255, 255, .06); background-color: rgba(255, 255, 255, .06);