implemented eleventy filter for links

This commit is contained in:
sundae 2025-10-19 15:55:35 +03:00
parent fb24c6a302
commit c8223447a0
No known key found for this signature in database
41 changed files with 230 additions and 205 deletions

View file

@ -16,6 +16,7 @@
background-size: contain;
& footer {
position: sticky;
bottom: 0;
}
@ -24,7 +25,8 @@
display: flex;
flex-direction: column;
justify-self: center;
& a, img {
& a,
img {
z-index: 1;
display: inherit;
flex-direction: inherit;
@ -44,4 +46,4 @@
right: 0;
text-align: center;
}
}
}