replace pre with div.page-container, document template

This commit is contained in:
Lewis Wynne 2026-04-09 17:34:40 +01:00
parent 232a1d4526
commit 250dc02407
3 changed files with 54 additions and 11 deletions

View file

@ -1,8 +1,23 @@
pre {
font: unset;
/* Page container */
.page-container {
max-width: 70ch;
margin: 0 auto;
padding: 1rem;
white-space: pre-wrap;
word-wrap: break-word;
}
/* Form */
.guestbook-prompt {}
.guestbook-form {}
.guestbook-label {}
.guestbook-input {}
.guestbook-textarea {}
.guestbook-button {}
/* Entries */
.entry-header {}
.entry-name {}
.entry-website {}
.entry-body {}
.entry-separator {}