summaryrefslogtreecommitdiff
path: root/src/components/Nav.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Nav.astro')
-rw-r--r--src/components/Nav.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Nav.astro b/src/components/Nav.astro
index 135027f..2761ca6 100644
--- a/src/components/Nav.astro
+++ b/src/components/Nav.astro
@@ -21,7 +21,7 @@ const links: Links = {
---
<nav>
- <div class="flex flex-column justify-center mx-auto p-5">
+ <div class="flex flex-column justify-center mx-auto p-7">
<ul class="inline">
{
Object.entries(links).map(([link, url]) => (