diff --git a/src/components/global/Header.astro b/src/components/global/Header.astro index c750ca2..c27d9a9 100644 --- a/src/components/global/Header.astro +++ b/src/components/global/Header.astro @@ -14,16 +14,14 @@ SunLight --- +

{MobileTitle}

Blog Ark Instances - Donate Donate Status
- -

{MobileTitle}

@@ -152,7 +150,7 @@ mobilebar { top: 0px; max-width: 1200px; margin: auto; - width: 100%; + width: calc(100% - 52px); z-index: 50; .header-content { display: flex;