Skip to content

Commit 172b755

Browse files
committed
fix: 🐛 Fixed padding in Header.
Adjust padding in Header component's Container
1 parent 6788225 commit 172b755

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)