From 705b85a186782184e72af6cecf478f0662dd4250 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 20:50:37 +0100 Subject: [PATCH] margin ahhhh --- styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index 6ba569c..65b5dec 100644 --- a/styles/global.css +++ b/styles/global.css @@ -51,7 +51,7 @@ a { nav { color: aliceblue; - margin: 0; + margin: 28px 0; padding: 0; height: 120px; background-color: rgba(0, 0, 0, 0.2); @@ -66,6 +66,7 @@ nav ul { justify-content: space-between; padding: 0; font-size: 32px; + margin: 0; }