From 327970c609ebbc221e17510a7332d67fc5edace8 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 18 Sep 2022 16:04:57 +0200 Subject: [PATCH] style: branding color variables --- src/components/Card.astro | 6 +++++- src/components/Footer.astro | 10 ---------- src/layouts/Layout.astro | 15 ++++++++++++++- src/pages/social.astro | 4 ++++ 4 files changed, 23 insertions(+), 12 deletions(-) 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; + }