diff --git a/src/components/Card.astro b/src/components/Card.astro index 3d46ad1..5a9a126 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -21,7 +21,7 @@ const { href, title, body } = Astro.props; diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8ab980d..896bde8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -23,7 +23,6 @@ import Footer from '../components/Footer.astro'; diff --git a/src/pages/social.astro b/src/pages/social.astro index fd0c9aa..e366052 100644 --- a/src/pages/social.astro +++ b/src/pages/social.astro @@ -72,4 +72,8 @@ import Footer from '../components/Footer.astro'; gap: 1rem; padding: 0; } + + nav { + margin-bottom: -1rem; + }