fix: guestbook alignment tweak so comments don't overflow their column

This commit is contained in:
Lewis Wynne 2026-03-26 15:46:41 +00:00
parent 2d89945692
commit 99d80f56b7
3 changed files with 7 additions and 4 deletions

View file

@ -104,6 +104,10 @@ section pre {
white-space: pre-wrap;
}
.guestbook-entry {
display: block;
}
.guestbook-form {
margin-top: 0.5rem;
font-family: monospace;