From 681cac28a0e0e35c324051c7a324460eb1cf9f71 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 30 Mar 2026 15:40:43 +0200 Subject: Aligned nav items to center to stop it from clipping off screen --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index d0b6fce..c5e3b4d 100644 --- a/src/style.css +++ b/src/style.css @@ -19,6 +19,7 @@ body { nav { display: flex; justify-content: space-between; + align-items: center; padding: 1rem 2rem; position: fixed; width: 100%; -- cgit v1.2.3