From 59182e2715a54ddf1f8610d29e3b7c1b87dd143a Mon Sep 17 00:00:00 2001 From: sefaria Date: Tue, 30 Jun 2026 00:23:34 +0200 Subject: [PATCH] reduze button scale on hover --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c14c9c1..043f21a 100644 --- a/css/style.css +++ b/css/style.css @@ -424,7 +424,7 @@ button, .button-primary, .logo { @media (hover: hover) { button:hover, .button-primary:hover, .button-secondary:hover, .logo:hover { text-decoration: none; - transform: scale(1.05); + transform: scale(1.04); } button:hover, .button-primary:hover, .logo:hover {