From 3b0c46faafe090745b0813afb5220c4f4b551549 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 17 Jan 2024 10:32:16 +0100 Subject: [PATCH] Removed gap in header ul --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index b12c95d..ca4f4d7 100644 --- a/assets/style.css +++ b/assets/style.css @@ -184,4 +184,5 @@ ul.navpage_list{ header ul { display: flex; flex-direction: column; + gap: 0; } \ No newline at end of file