From 017ade069d937b2740cc75c78ab746448f78ca3d Mon Sep 17 00:00:00 2001 From: sefaria Date: Sat, 23 May 2026 00:31:06 +0200 Subject: [PATCH] fix button sizing --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index de02df3..79c301b 100644 --- a/css/style.css +++ b/css/style.css @@ -347,6 +347,11 @@ a:visited { } button, .link-button { + 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;