From 981a8355755d47a4a98bacffab32ce18b496dd1d Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 30 Jul 2025 16:30:21 +0500 Subject: [PATCH] speed up button hover effect --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 741a158..0d7e721 100644 --- a/style.css +++ b/style.css @@ -92,7 +92,7 @@ body { padding: 1em; } -.wp-block-button { transition: all 0.25s ease-in-out; } +.wp-block-button { transition: all 0.125s ease-in-out; } .wp-block-button:hover { transform: scale(1.05); } @media screen and (max-width: 782px) {