diff --git a/src/components/NonProfits.astro b/src/components/NonProfits.astro index 30effd7..07f9f65 100644 --- a/src/components/NonProfits.astro +++ b/src/components/NonProfits.astro @@ -69,14 +69,16 @@ import clouds from '../graphics/clouds_star_twirl_2.svg'; endColor="rgba(165, 51, 214, 1)" url="https://www.queerlifespace.org/" /> - +
+ +
@@ -125,6 +127,10 @@ import clouds from '../graphics/clouds_star_twirl_2.svg'; padding: 0 156px; grid-template-columns: 1fr 1fr 1fr; } + + .centered { + grid-column: 2; + } } .container {