From b887a22f3b1d86a2c7818c25c66d443160619c9f Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 16:12:59 +0100 Subject: [PATCH] nav styling (even more) --- styles/global.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/global.css b/styles/global.css index 8345350..f0647da 100644 --- a/styles/global.css +++ b/styles/global.css @@ -57,6 +57,12 @@ nav ul { justify-content: space-between; } + +nav ul .links { + display: flex; + flex-direction: row; +} + nav ul li { list-style: none; display: flex;