From 79fd07643eb2c35f8c674fabd465ae3c3e7d58fc Mon Sep 17 00:00:00 2001 From: Marcus Weiner Date: Sun, 9 Jun 2024 01:16:56 +0200 Subject: [PATCH] Fix wrapping in header nav --- layouts/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/style.css b/layouts/style.css index 1fe73df..62c2e6d 100644 --- a/layouts/style.css +++ b/layouts/style.css @@ -105,6 +105,7 @@ header nav ul { gap: 1rem; height: 45%; align-items: flex-end; + flex-wrap: wrap; } footer {