refactor: header alignment

This commit is contained in:
Lewis Wynne 2026-03-27 19:37:53 +00:00
parent e4052fc145
commit 3809e7c9dd
2 changed files with 18 additions and 2 deletions

View file

@ -98,6 +98,22 @@ html[data-has] .guestbook-form {
display: none;
}
header {
display: flex;
justify-content: space-between;
align-items: baseline;
gap: 2ch;
font-family: monospace;
}
.header-name {
white-space: nowrap;
}
.header-links {
text-align: right;
}
section pre {
margin: 0;
}