Skip to content

Commit

Permalink
Revert "Update index.js"
Browse files Browse the repository at this point in the history
This reverts commit acd0fc5.
  • Loading branch information
sau-mili committed Oct 7, 2023
1 parent 931ef2d commit ecfb760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/events/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function EventPage() {
display: "flex",
flexWrap: "wrap",
justifyContent: "space-between",
gap: "5px", // Add gap between cards
gap: "20px", // Add gap between cards
};

const eventCardStyle = {
Expand Down

0 comments on commit ecfb760

Please sign in to comment.