Skip to content

Commit

Permalink
Revert "Update to make the cards equal"
Browse files Browse the repository at this point in the history
This reverts commit 03baa39.
  • Loading branch information
sau-mili committed Oct 7, 2023
1 parent c8564c3 commit ce4e275
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/events/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function EventPage() {
const EventCard = (props) => (
<div style={props.style}>
<div className="bg-white rounded-lg shadow-lg">
<div style={{ height: "180px", overflow: "hidden" }}>
<Image
src={props.image}
alt={props.title}
Expand All @@ -68,7 +67,6 @@ const EventCard = (props) => (
height={180}
objectFit="cover"
/>
</div>
<div className="p-6">
<h3 className="text-xl font-semibold text-gray-800">{props.title}</h3>
<p className="text-gray-600 mt-2">{props.description}</p>
Expand Down

0 comments on commit ce4e275

Please sign in to comment.