From f1357b106d8443e24880f770db66f9a3a5515a30 Mon Sep 17 00:00:00 2001 From: Eli Lennox Date: Wed, 31 Jul 2024 12:28:12 -0400 Subject: [PATCH] last tweak --- src/components/Section.astro | 4 ++-- src/pages/howto.astro | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Section.astro b/src/components/Section.astro index 414d53d..c5175b0 100644 --- a/src/components/Section.astro +++ b/src/components/Section.astro @@ -1,6 +1,6 @@ --- - const {sectionStyles, backgroundStyling, backgroundBottomStyling, backgroundColor = false, isFirst = false, itemsTop = false} = Astro.props; + const {sectionStyles, backgroundStyling, backgroundBottomStyling, backgroundColor = false, isFirst = false, itemsTop = false, justify = false} = Astro.props; const backgroundClasses = `${backgroundStyling ? backgroundStyling : ''}`; const backgroundBottomClasses = `${backgroundBottomStyling ? backgroundBottomStyling : ''}`; const backgroundColorClass = `${backgroundColor ? backgroundColor : 'bg-white'}`; @@ -9,7 +9,7 @@ ---
-
+
diff --git a/src/pages/howto.astro b/src/pages/howto.astro index d3b7653..b98e5f9 100644 --- a/src/pages/howto.astro +++ b/src/pages/howto.astro @@ -15,7 +15,7 @@ import Section from '../components/Section.astro';
-
+
1. Make a Community Engagement Plan