From e3d52bcd183d3b85cd67e7f933294b28a05c58de Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 15 May 2026 20:33:35 -0500 Subject: [PATCH] Raise mobile menu button --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 91f1f95..1c6aae1 100644 --- a/src/style.css +++ b/src/style.css @@ -260,7 +260,7 @@ body.menu-open { .mobile-menu-trigger { display: flex; - bottom: calc(1rem + env(safe-area-inset-bottom)); + bottom: calc(2.5rem + env(safe-area-inset-bottom)); } .hero-shell {