From 266e65d57255bf3403576d1f56bc2a63d0cfc92e Mon Sep 17 00:00:00 2001 From: Shariq Date: Wed, 23 Oct 2024 13:59:16 +0530 Subject: [PATCH] Fix UI Consistancy --- src/app/(pages)/Projects/Card.jsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/(pages)/Projects/Card.jsx b/src/app/(pages)/Projects/Card.jsx index 500b5e9..3088812 100644 --- a/src/app/(pages)/Projects/Card.jsx +++ b/src/app/(pages)/Projects/Card.jsx @@ -4,9 +4,7 @@ import Image from 'next/image'; function Card(props) { return ( -
- {/* Card background set to light gray */} - +
{/* Image Section */}
{props.title}
-

{props.description}

+

+ {props.description} +

- {/* Action Button Section: Centered and Positioned at the Bottom */}