Fixed Image saturation

This commit is contained in:
Fernando Videira
2024-06-16 02:59:39 +01:00
parent 9bc484e1da
commit 598395aebe
@@ -11,8 +11,9 @@ const Card = ({ title, description, imgSrc, delay }: IProps) => {
className="flex flex-col justify-end flex-1 h-full border-solid border shadow-lg bg-cover bg-center text-center"
style={{
backgroundImage: `url(${imgSrc})`,
filter: "saturate(50%)",
animation: `fadeEffect 1s ${delay} forwards`,
opacity: 0, // Add this line
opacity: 0,
}}
>
<div className="lg:my-6">