Compare commits

...

4 Commits

Author SHA1 Message Date
8cbe542542 update todo
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-30 16:49:53 +05:00
1a0c1bd04b update todo
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-30 16:30:49 +05:00
981a835575 speed up button hover effect
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-30 16:30:21 +05:00
e98f88329f add hover effect to buttons 2025-07-30 16:29:57 +05:00
2 changed files with 4 additions and 3 deletions

4
.todo
View File

@ -9,8 +9,6 @@
✔ Fix broken full-bleed template in post editor @done(25-07-30 16:20)
☐ Change services page to use tabs
☐ Migrate style.css to theme.json as much as possible
☐ Add diamond ends to tabbed headings
@ -19,7 +17,7 @@
☐ Remove underline from blog post headings on index page
Add hover effect to boop@autonomic.zone button
Add hover effect to boop@autonomic.zone button @done(25-07-30 16:30)
☐ Create 404 page template

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;