From f9071420e0b5f840205744256e1046af65678277 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Sun, 28 Jan 2024 20:01:37 +0100 Subject: [PATCH] asf --- styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index 9b4c22d..353701f 100644 --- a/styles/global.css +++ b/styles/global.css @@ -99,7 +99,7 @@ nav ul li a { .container { display: grid; - grid-template-columns: auto auto auto; + grid-template-columns: auto auto; width: 80%; margin: auto; justify-content: space-around;