Made internal links display absolute

This commit is contained in:
Anton Pogrebnjak
2026-05-02 13:13:29 +02:00
parent 3ae346cbfc
commit 31e378727d
+1 -1
View File
@@ -54,7 +54,7 @@ import Socials from "./Socials.astro";
}
.internal-links {
position: fixed;
position: absolute;
display: flex;
flex-direction: row;
justify-content: center;