From 4566b91cdbf7f3f8c23748e42db48e1407d8e4e0 Mon Sep 17 00:00:00 2001 From: limepotato Date: Tue, 25 Jun 2024 11:16:39 -0600 Subject: [PATCH] a bit of formatting --- src/components/Card.astro | 2 +- src/components/Head.astro | 15 +++--- src/components/Header.astro | 103 ++++++++++++++++++------------------ 3 files changed, 59 insertions(+), 61 deletions(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 3cb8f82..732fbef 100755 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -13,7 +13,7 @@ const { href, title, body, source, alt } = Astro.props;