From 906d333c078041c329bb8fde19ff8fbf8e8493a2 Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Tue, 20 Feb 2024 12:32:06 -0800 Subject: [PATCH] center align card --- src/components/NonProfits.astro | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) 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 {