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 {