From a084c1779ce4a3315ea627314acd5264f0d0b27c Mon Sep 17 00:00:00 2001 From: Prospector Date: Fri, 1 Nov 2024 00:29:25 -0700 Subject: [PATCH] Change info boxes to be more consistent with content width --- src/components/InfoBox.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/InfoBox.astro b/src/components/InfoBox.astro index 8a111d6..446626c 100644 --- a/src/components/InfoBox.astro +++ b/src/components/InfoBox.astro @@ -2,12 +2,12 @@ const {title, body} = Astro.props; --- -
- +
+ {title} -
+
\ No newline at end of file