From f8e07c3195740fdef545467715b5d82b6279e6b3 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 24 Jun 2023 11:30:37 +0200 Subject: [PATCH] style: spacing and text sizes --- src/components/Footer.astro | 5 ++--- src/components/Post.astro | 6 ++++++ src/layouts/Layout.astro | 4 +++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index bbc9762..7933534 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,7 +4,7 @@ import Icon from 'astro-iconify'