From 31e378727db7c4f5a8013b4f333704fdd51f775e Mon Sep 17 00:00:00 2001 From: Anton Pogrebnjak Date: Sat, 2 May 2026 13:13:29 +0200 Subject: [PATCH] Made internal links display absolute --- src/components/Header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 53e0de3..db3405e 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -54,7 +54,7 @@ import Socials from "./Socials.astro"; } .internal-links { - position: fixed; + position: absolute; display: flex; flex-direction: row; justify-content: center;