We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75dd821 + 172b755 commit 9b95d43Copy full SHA for 9b95d43
src/components/layout/Header.astro
@@ -51,7 +51,7 @@ const currentPath = Astro.url.pathname;
51
</div>
52
53
<!-- Main Navigation -->
54
- <Container outerClass="flex flex-col max-w-4xl h-full">
+ <Container outerClass="flex flex-col max-w-4xl px-6 py-2 h-full">
55
<nav class="flex h-full w-full">
56
<!-- Logo -->
57
<a class="flex items-center gap-2" href="/">
0 commit comments