diff --git a/src/components/NonProfit.astro b/src/components/NonProfit.astro index d00cee1..7f47a40 100644 --- a/src/components/NonProfit.astro +++ b/src/components/NonProfit.astro @@ -11,14 +11,17 @@ interface Props { const { name, description, image, startColor, endColor, url } = Astro.props; --- - -

- {name} -

-

- {description} -

-
+
+
+ +

+ {name} +

+

+ {description} +

+
+