Skip to content

Commit

Permalink
Revert "Update Events page cards"
Browse files Browse the repository at this point in the history
This reverts commit a3deae0.
  • Loading branch information
sau-mili committed Oct 7, 2023
1 parent 52701e2 commit a7b2281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/events/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function EventPage() {

const imageContainerStyle = {
height: "400px",
width: "100%",
overflow: "hidden",
position: "relative",
};
Expand Down Expand Up @@ -101,7 +100,7 @@ const EventCard = (props) => (
layout="responsive"
width={300}
height={180}
objectFit="contain"
objectFit="cover"
/>
<div className="overlay" style={props.overlayStyle}></div>
</div>
Expand Down

0 comments on commit a7b2281

Please sign in to comment.