♻️ Refactored guestbook

Started using https://guestbooks.meadow.cafe/ instead

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2025-05-25 15:23:34 +02:00
parent d35cbf99ae
commit eb214f5173
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
8 changed files with 8 additions and 24 deletions

View file

@ -44,6 +44,12 @@ hr {
padding: 10px 0 0 0;
}
iframe {
display: block;
margin: 1.05rem 0;
max-width: 100%;
border-radius: 1.05rem;
}
.index a { color: var(--dark-link);}
.index a:hover { text-decoration: underline 2px;}