From abbd05b651a88628699d5b84fbd949c741ab0204 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 15:11:54 +0000 Subject: [PATCH] Use as much viewport width as possible for the content --- sitefiles/sig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index eb9ddc1..551b43b 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -55,7 +55,6 @@ body{ color: #AA77FF; font-weight:900; text-shadow: 0.3px 0.3px 3px #666666; - min-width:98vw; } .contentBody h1{ @@ -68,6 +67,7 @@ body{ .contentBody .content{ display: inline-block; + min-width:98vw; font-size:1.25em; border-radius: 12px 0px 12px 0px; border-style: none outset outset none;