shortlinks mentioned 🗣️🔥‼️

This commit is contained in:
ari melody 2024-04-04 05:44:19 +01:00
parent 3996e72479
commit 434e5938fa
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 64 additions and 3 deletions

View file

@ -14,6 +14,22 @@
}
}
header {
width: min(900px, calc(100vw - 4rem));
margin: 0 auto;
padding: 2rem 0;
text-align: center;
}
header nav {
font-size: .8em;
}
header nav a:not(:first-child)::before {
content: '-';
margin: 0 .8em 0 .5em;
}
body {
position: absolute;
top: 0;
@ -66,3 +82,7 @@ footer {
padding: 2rem 0;
text-align: center;
}
#footer-links {
font-size: .8em;
}