This commit is contained in:
2022-05-21 00:56:54 +03:00
parent 7c076a040c
commit 9770de6733
10 changed files with 74 additions and 13 deletions

View File

@@ -0,0 +1,14 @@
.Links {
position: absolute;
bottom: var(--gap-lg);
}
.Links > a {
margin: 0 var(--gap-sm);
}
@media screen and (max-width: 1080px) {
.Links {
bottom: calc(64px + var(--gap-lg));
}
}