feat: manpage, ?compact, and some changes to formatting

This commit is contained in:
Lewis Wynne 2026-03-26 19:07:37 +00:00
parent 51e33844b1
commit 306e26da46
8 changed files with 120 additions and 21 deletions

View file

@ -1,4 +1,5 @@
body {
box-sizing: border-box;
max-width: 38rem;
margin: 0 auto;
padding: 1rem;
@ -112,3 +113,14 @@ section pre {
margin-top: 0.5rem;
font-family: monospace;
}
html[data-compact] .list-meta {
display: none;
}
html[data-compact] .guestbook-entry {
padding-left: 0 !important;
text-indent: 0 !important;
}
html[data-compact] .guestbook-form {
margin-left: 0 !important;
}