From 164fae32630a55425bcca0633bdea103c0d06c49 Mon Sep 17 00:00:00 2001 From: sefaria Date: Sat, 23 May 2026 00:30:23 +0200 Subject: [PATCH] fixed button sizing --- css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 51756ee..5c534fb 100644 --- a/css/style.css +++ b/css/style.css @@ -347,6 +347,11 @@ a:visited { } button, .link-button, .logo { + appearance: none; + -webkit-appearance: none; + display: inline-flex; + align-items: center; + justify-content: center; min-height: 44px; font-family: "MD IO", monospace; font-style: normal; @@ -361,9 +366,6 @@ 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 {