Skip to content

Commit

Permalink
Update EventCard.tsx
Browse files Browse the repository at this point in the history
Updated the horizontal events card section so the event card takes up the full space.
  • Loading branch information
Ninad-S authored Oct 23, 2024
1 parent 73a9545 commit 90e9f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/events/EventCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const HorizontalCard = async ({
}) => {
const session = await getServerAuthSession();
return (
<div className="container flex w-full h-auto flex-row overflow-hidden rounded-lg bg-white shadow-sm transition-shadow hover:shadow-lg">
<div className="container flex h-auto w-full flex-row overflow-hidden rounded-lg bg-white shadow-sm transition-shadow hover:shadow-lg">
<div className="relative h-[160px] w-1/3 max-w-[300px]">
<div className="h-[160px]">
<Image
Expand Down

0 comments on commit 90e9f79

Please sign in to comment.