From 4dae91b8557377dd16224e7fa0a60de7ac8da105 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 17:44:48 +0000 Subject: [PATCH] Explicitly size them --- sitefiles/sig.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 258fd01..19b4743 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -95,8 +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; - min-height:4px; + width:45vw; + height:4px; z-index:0; }