From 4d1beea73810af4641d074f974ad9c196a7e8d6e Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Thu, 19 Feb 2026 08:13:56 -0500 Subject: Fixing body size --- public/index.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'public/index.css') diff --git a/public/index.css b/public/index.css index 63098f9..0866b71 100644 --- a/public/index.css +++ b/public/index.css @@ -1,5 +1,6 @@ body { width: 50vw; + height: calc(100vh - 2rem); font-family: "Noto Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 14px; background-color: transparent; @@ -223,14 +224,14 @@ input:focus { } /* Phone screen adjustments */ -@media only screen and (device-width: 1440px), -only screen and (max-width:1440px) { +@media only screen and (device-width: 1280px), +only screen and (max-width:1280px) { header > h1 { font-size: 1.5rem; } body { - width: 70vw !important; + width: 80vw !important; } } -- cgit v1.2.1