Skip to content

Commit

Permalink
Reduce width of gallery items
Browse files Browse the repository at this point in the history
  • Loading branch information
Domin0de committed Oct 18, 2024
1 parent 91a1b10 commit 6ee8463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Event/EventsGallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const EventGallery = () => {
return {
src: event.image,
height: 256,
width: 500,
width: 400,
customOverlay: (
<div className="absolute inset-0 bg-black bg-opacity-60 opacity-100 transition-opacity duration-300 flex items-center justify-center">
<div className="text-white text-center p-4">
Expand Down

0 comments on commit 6ee8463

Please sign in to comment.