Skip to content

Commit 6ee8463

Browse files
committed
Reduce width of gallery items
1 parent 91a1b10 commit 6ee8463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: frontend/src/components/Event/EventsGallery.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const EventGallery = () => {
77
return {
88
src: event.image,
99
height: 256,
10-
width: 500,
10+
width: 400,
1111
customOverlay: (
1212
<div className="absolute inset-0 bg-black bg-opacity-60 opacity-100 transition-opacity duration-300 flex items-center justify-center">
1313
<div className="text-white text-center p-4">

0 commit comments

Comments
 (0)