From 2ef049102f6824a6ab6ae99ee87c115f7608707e Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 18 Feb 2026 16:50:30 -0500 Subject: Clean up posts and the styles throughout the webpage --- index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index c07ffa8..4800826 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,5 @@ body { - width: 60vw; - height: 100vh; + width: 50vw; font-family: "Noto Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 14px; background-color: transparent; @@ -229,7 +228,7 @@ only screen and (max-width:1440px) { } body { - width: 90vw !important; + width: 70vw !important; } } -- cgit v1.2.1