add hover effect to buttons

This commit is contained in:
2025-07-30 16:29:57 +05:00
parent 9d8197aae1
commit e98f88329f

View File

@ -92,6 +92,9 @@ body {
padding: 1em;
}
.wp-block-button { transition: all 0.25s ease-in-out; }
.wp-block-button:hover { transform: scale(1.05); }
@media screen and (max-width: 782px) {
.nav-menu {
padding-left: 1rem;