Compare commits

...
2 Commits
Author SHA1 Message Date
aadil 981a835575 speed up button hover effect
continuous-integration/drone/push Build is passing
2025-07-30 16:30:21 +05:00
aadil e98f88329f add hover effect to buttons 2025-07-30 16:29:57 +05:00
+3
View File
@@ -92,6 +92,9 @@ body {
padding: 1em;
}
.wp-block-button { transition: all 0.125s ease-in-out; }
.wp-block-button:hover { transform: scale(1.05); }
@media screen and (max-width: 782px) {
.nav-menu {
padding-left: 1rem;