fixed button sizing

This commit is contained in:
sefaria
2026-05-23 00:30:23 +02:00
parent 013e125f37
commit 164fae3263
+5 -3
View File
@@ -347,6 +347,11 @@ a:visited {
} }
button, .link-button, .logo { button, .link-button, .logo {
appearance: none;
-webkit-appearance: none;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px; min-height: 44px;
font-family: "MD IO", monospace; font-family: "MD IO", monospace;
font-style: normal; font-style: normal;
@@ -361,9 +366,6 @@ button, .link-button, .logo {
border-radius: var(--radius-xxl); border-radius: var(--radius-xxl);
box-shadow: var(--shadow-button); box-shadow: var(--shadow-button);
text-decoration: none; text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
} }
.logo { .logo {