feat: adds find button to header

This commit is contained in:
Lewis Wynne 2026-03-27 21:16:18 +00:00
parent 30212a2eaf
commit 66360b9c7a
3 changed files with 34 additions and 17 deletions

View file

@ -81,18 +81,6 @@ section {
}
.home-name-link {
display: none;
}
html[data-just] .home-name {
display: none;
}
html[data-just] .home-name-link {
display: inline;
}
html[data-has] .guestbook-form {
display: none;
}