Skip to content

Commit

Permalink
fix border color
Browse files Browse the repository at this point in the history
  • Loading branch information
Sookie Drabla committed Jan 20, 2025
1 parent 4bd971f commit 99eb5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/about/Philanthropy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Image from "@/public/about/heart.svg";
const Philanthropy = () => {
return (
<div className="relative grid grid-cols-4 p-6">
<div className="col-span-2 flex items-center rounded-3xl border-8 border-csa-gray-200 p-2">
<div className="col-span-2 flex items-center rounded-3xl border-8 border-csa-green-100 bg-white p-2">
<p className="font-lora p-4 text-left text-5xl font-bold text-csa-gray-200">
Philanthropy
</p>
Expand Down

0 comments on commit 99eb5fe

Please sign in to comment.