From 6c15bb55cf9c31a62364c78f3b62662bd827bff5 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 25 Feb 2023 23:27:59 +0100 Subject: [PATCH] chore: update margins of the footer --- src/components/PageFooter.astro | 20 +++++++++++--------- src/components/RSSLink.astro | 9 +++++++-- src/components/Subnavigation.astro | 4 ++-- src/components/Subsubheadline.svelte | 2 +- 4 files changed, 21 insertions(+), 14 deletions(-) diff --git a/src/components/PageFooter.astro b/src/components/PageFooter.astro index 843cf88..658cf1c 100644 --- a/src/components/PageFooter.astro +++ b/src/components/PageFooter.astro @@ -7,15 +7,17 @@ import UpLink from './UpLink.astro'; --- diff --git a/src/components/RSSLink.astro b/src/components/RSSLink.astro index 9fc06e7..3dd1758 100644 --- a/src/components/RSSLink.astro +++ b/src/components/RSSLink.astro @@ -7,8 +7,13 @@ import Subsubheadline from './Subsubheadline.svelte';
Stay up to date.

- - + + Subscribe via RSS

diff --git a/src/components/Subnavigation.astro b/src/components/Subnavigation.astro index 3302bbe..7762981 100644 --- a/src/components/Subnavigation.astro +++ b/src/components/Subnavigation.astro @@ -11,7 +11,7 @@ const currentPath = new URL(Astro.request.url).pathname;
  • @@ -21,7 +21,7 @@ const currentPath = new URL(Astro.request.url).pathname; )) } -
      +
        { data.misc.map(({ title, url }) => (
      • diff --git a/src/components/Subsubheadline.svelte b/src/components/Subsubheadline.svelte index de6e4e1..07ca002 100644 --- a/src/components/Subsubheadline.svelte +++ b/src/components/Subsubheadline.svelte @@ -4,7 +4,7 @@