From f8b03cbbffb0f43cdf784f3f75caf629eadf74f6 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 16:09:03 +0100 Subject: [PATCH] nav changes --- styles/global.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/global.css b/styles/global.css index 6067ffb..96a347a 100644 --- a/styles/global.css +++ b/styles/global.css @@ -49,6 +49,9 @@ nav { color: aliceblue; margin: 0; padding: 0; + display: flex; + flex-direction: row; + justify-content: space-between; } nav ul li {