shortlinks mentioned 🗣️🔥‼️
This commit is contained in:
parent
3996e72479
commit
434e5938fa
3 changed files with 64 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue