From 525326231d3d036c79bf8717cb358653408b9266 Mon Sep 17 00:00:00 2001 From: Ronan Date: Mon, 12 Dec 2022 16:04:35 +0100 Subject: [PATCH] fix little scroll problem --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8652b24..bff0043 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,7 @@ main { nav { display: flex; - width: 100%; + /*width: 100%; */ background-color: yellowgreen; padding: 0 20%; }