From cb1c21a3052d052f42584ea9853fbba539966f2a Mon Sep 17 00:00:00 2001 From: sefaria Date: Mon, 29 Jun 2026 22:59:56 +0200 Subject: [PATCH] add menu-button class to mobile-menu items --- css/style.css | 2 +- index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 7d18337..0bba14c 100644 --- a/css/style.css +++ b/css/style.css @@ -624,7 +624,7 @@ button:active, .button-primary:active, .logo:active { .mobile-menu { position: fixed; - top: 7rem; + top: 6.5rem; right: var(--spacing-5); left: var(--spacing-5); width: auto; diff --git a/index.html b/index.html index 8ca90b1..0081d0f 100644 --- a/index.html +++ b/index.html @@ -89,9 +89,9 @@