feat: some formatting changes to reduce vertical whitespace

This commit is contained in:
Lewis Wynne 2026-03-26 14:58:43 +00:00
parent 58747658a8
commit 3b0bba0353
6 changed files with 36 additions and 33 deletions

View file

@ -101,17 +101,10 @@ section pre {
}
.guestbook-entries {
font-family: monospace;
}
.guestbook-entry {
display: grid;
grid-template-columns: 8ch 1fr;
gap: 0 4ch;
white-space: pre-wrap;
}
.guestbook-form {
margin-top: 0.5rem;
margin-left: 12ch;
font-family: monospace;
}