Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Damola18 committed Jun 13, 2024
1 parent c5bbfcd commit 30071ba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/layouts/braindao-team/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ const TeamCard = ({
<InViewAnimateBottom className="mx-auto w-full sm:max-w-[351px] md:max-w-[328px]">
<div className="border dark:bg-gray700 bg-white dark:border-whiteAlpha-400 border-gray200 rounded-xl px-4 py-5">
<div className="rounded-md relative h-[410px] sm:h-[373px] md:h-[318px] w-full lg:h-[300px] xl:h-[300px] 2xl:h-[324px] overflow-hidden hover:scale-105 ease-in-out duration-300">
<Image
src={src || ""}
alt=""
fill
sizes="50vw"
className="object-contain"
/>
<Image src={src || ""} alt="" fill sizes="50vw" />
<div className="absolute top-0 left-0 h-full w-full bg-transparent px-5 pb-5 flex flex-col justify-end">
<div className="dark:bg-gray700 bg-white relative rounded-[4px] py-2 px-1 flex flex-col gap-2 items-center w-full">
<div className="rounded-full h-4 w-4 dark:bg-brand-800 bg-brand-500 absolute -top-2"></div>
Expand Down

0 comments on commit 30071ba

Please sign in to comment.