speed up button hover effect
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -92,7 +92,7 @@ body {
|
|||||||
padding: 1em;
|
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); }
|
.wp-block-button:hover { transform: scale(1.05); }
|
||||||
|
|
||||||
@media screen and (max-width: 782px) {
|
@media screen and (max-width: 782px) {
|
||||||
|
Reference in New Issue
Block a user