Skip to content

Commit 13049e9

Browse files
committed
fix: corrupted ui because of header
1 parent fb7bf09 commit 13049e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/GlobalLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const { title, description, focus } = Astro.props;
1818
<Meta {title} {description} />
1919
<body class="min-h-full w-full">
2020
<Header {focus} />
21+
<div aria-hidden class="mt-16"></div>
2122
<slot />
2223
<Footer />
2324
</body>

0 commit comments

Comments
 (0)