From 2ebb5fc53565526175dc7ba3e6d2f9ee52721362 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 17:42:10 +0000 Subject: [PATCH] Try explicitly settinga width --- sitefiles/sig.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 5e91b44..4a4f8a5 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -95,6 +95,8 @@ body{ .contentBody .contentWrapper .date:before{ background: linear-gradient(0deg,rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .06) 90%, rgba(255, 255, 255, .9) 100%); + min-width:45vw; + z-index:0; } .contentBody .contentWrapper .date{ @@ -102,4 +104,5 @@ body{ margin: 0px 4px 0px 4px; min-width:98vw; z-index:0; + background-color: rgba(255, 255, 255, .06); } \ No newline at end of file