Skip to content

Commit 9b95d43

Browse files
authored
Merge pull request #11 from ak0r/preview
fix: 🐛 Fixed padding in Header.
2 parents 75dd821 + 172b755 commit 9b95d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const currentPath = Astro.url.pathname;
5151
</div>
5252

5353
<!-- Main Navigation -->
54-
<Container outerClass="flex flex-col max-w-4xl h-full">
54+
<Container outerClass="flex flex-col max-w-4xl px-6 py-2 h-full">
5555
<nav class="flex h-full w-full">
5656
<!-- Logo -->
5757
<a class="flex items-center gap-2" href="/">

0 commit comments

Comments
 (0)