From adc4000fc8ae6cd98517ae856855792dcb698a73 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 20:49:51 +0100 Subject: [PATCH] removed no margin from nav ul --- styles/global.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index 66672c0..6ba569c 100644 --- a/styles/global.css +++ b/styles/global.css @@ -66,7 +66,6 @@ nav ul { justify-content: space-between; padding: 0; font-size: 32px; - margin: 0; }