implement header links

This commit is contained in:
ghost 2024-01-13 02:00:09 +02:00
parent 7caf84a9f9
commit 13292efe29
5 changed files with 26 additions and 22 deletions

View file

@ -75,21 +75,10 @@ header
display: block;
margin: 16px auto;
max-width: var(--container-max-width);
overflow: hidden;
position: relative;
}
header > h1
{
padding-right: 32px;
}
header > a:first-child
{
position: absolute;
top: -2px;
right: 4px;
}
main
{
display: block;