From cdb86781c94d559769cff8c119d442e03299554f Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Sun, 28 Jan 2024 20:00:30 +0100 Subject: [PATCH] centering it even more --- styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/global.css b/styles/global.css index 47b3edc..d89d961 100644 --- a/styles/global.css +++ b/styles/global.css @@ -102,4 +102,5 @@ nav ul li a { grid-template-columns: auto auto auto; width: 80%; margin: auto; + justify-content: space-between; } \ No newline at end of file