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