From e1c6a242ebfb8acc5c87c02776041af2d5618c21 Mon Sep 17 00:00:00 2001 From: PM <121531128+26-PM@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:04:15 +0000 Subject: [PATCH] 500vw --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 3c576a5..d20e7bd 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,7 @@ nav { display: flex; justify-content: space-between; /* width: 1100px; */ - width:100vw; + width:500vw; margin: 0 auto; } @@ -208,7 +208,7 @@ nav { } footer { - width: 100vw; + width: 500vw; background-color: #191919; }