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;