From 5117873ea5bcffef620a85ad5df169064b407167 Mon Sep 17 00:00:00 2001 From: Patrick Schwarzer Date: Tue, 13 May 2025 21:08:01 +0200 Subject: [PATCH] mobile nav missing top margin --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index 235fd87..0af6da5 100644 --- a/index.css +++ b/index.css @@ -480,6 +480,7 @@ footer a { right: -18rem; width: 18rem; height: 100vh; + margin-top: 4rem; background-color: rgb(34, 40, 44); box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2); z-index: 50;