Links
This commit is contained in:
14
src/components/Links.module.css
Normal file
14
src/components/Links.module.css
Normal 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));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user