speed up button hover effect
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-30 16:30:21 +05:00
parent e98f88329f
commit 981a835575

View File

@ -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) {