Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/src/app/components/GrandPrize/GrandPrizeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function GrandPrizeCard({ scrollProgress }: GrandPrizeCardProps):
}, [scrollProgress]);

return (
<div className="flex flex-col justify-evenly grow lg:h-[43.448rem] h-[29.448rem] sm:h-[29.448rem] md:h-[32.448rem] rounded-[2rem] primary-aboutpage-background w-[19.966rem] sm:w-[19.966rem] md:w-[23.966rem] lg:w-[29.348rem]">
<div className="flex flex-col justify-evenly grow lg:h-[43.448rem] h-[29.448rem] sm:h-[27.448rem] md:h-[32.448rem] rounded-[2rem] primary-aboutpage-background w-[19.966rem] sm:w-[19.966rem] md:w-[23.966rem] lg:w-[29.348rem]">
<div className="flex flex-col text-left ml-[2rem]">
<div className="flex w-[160px] h-[160px]">
<Lottie
Expand All @@ -89,4 +89,4 @@ export default function GrandPrizeCard({ scrollProgress }: GrandPrizeCardProps):
</div>
</div>
);
}
}
4 changes: 2 additions & 2 deletions frontend/src/app/components/TrackWinner/TrackWinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function TrackWinner({ scrollProgress }: { scrollProgress: number
}, [scrollProgress]);

return (
<div className="primary-gradient-background w-[19.985rem] sm:w-[19.985rem] md:w-[23.985rem] lg:w-[26.313rem] h-[18.369rem] sm:h-[18.369rem] md:h-[18.369rem] lg:h-[29.063rem] p-[2px] rounded-[2rem]">
<div className="primary-gradient-background w-[19.985rem] sm:w-[19.985rem] md:w-[23.985rem] lg:w-[26.313rem] h-[20.369rem] sm:h-[20.369rem] md:h-[23.369rem] lg:h-[29.063rem] p-[2px] rounded-[2rem]">
<div className="bg-[#110C24] flex flex-col h-full w-full rounded-[2rem] justify-between py-8">
<div className="flex flex-col justify-center gap-4 items-center">
<div style={{ width: 120, height: 120, marginBottom: "-30px" }}>
Expand Down Expand Up @@ -98,4 +98,4 @@ export default function TrackWinner({ scrollProgress }: { scrollProgress: number
</div>
</div>
);
}
}
Loading