From 013e125f37c7ec2cb38c3bd71de5e73112035fde Mon Sep 17 00:00:00 2001 From: sefaria Date: Sat, 23 May 2026 00:17:23 +0200 Subject: [PATCH] more menu styling --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index df47dc9..51756ee 100644 --- a/css/style.css +++ b/css/style.css @@ -361,6 +361,9 @@ button, .link-button, .logo { border-radius: var(--radius-xxl); box-shadow: var(--shadow-button); text-decoration: none; + display: inline-flex; + align-items: center; + justify-content: center; } .logo {