Compare commits
4 Commits
9d8197aae1
...
main
Author | SHA1 | Date | |
---|---|---|---|
8cbe542542 | |||
1a0c1bd04b | |||
981a835575 | |||
e98f88329f |
4
.todo
4
.todo
@ -9,8 +9,6 @@
|
|||||||
|
|
||||||
✔ Fix broken full-bleed template in post editor @done(25-07-30 16:20)
|
✔ 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
|
☐ Migrate style.css to theme.json as much as possible
|
||||||
|
|
||||||
☐ Add diamond ends to tabbed headings
|
☐ Add diamond ends to tabbed headings
|
||||||
@ -19,7 +17,7 @@
|
|||||||
|
|
||||||
☐ Remove underline from blog post headings on index page
|
☐ 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
|
☐ Create 404 page template
|
||||||
|
|
||||||
|
@ -92,6 +92,9 @@ body {
|
|||||||
padding: 1em;
|
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) {
|
@media screen and (max-width: 782px) {
|
||||||
.nav-menu {
|
.nav-menu {
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
|
Reference in New Issue
Block a user