refactor: header alignment
This commit is contained in:
parent
e4052fc145
commit
3809e7c9dd
2 changed files with 18 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue