From 1ed8421646029ba4bf73dc79eeea5bf74c799359 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Thu, 31 Oct 2024 05:04:59 -0400 Subject: [PATCH] css width; --- css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/main.css b/css/main.css index 8b7dc43..8fbd607 100644 --- a/css/main.css +++ b/css/main.css @@ -63,6 +63,12 @@ ul { } @media screen and (min-width:2304px) { + body { + width: 40%; + } +} + +@media screen and (min-width:3840px) { body { width: 30%; }