We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a1b10 commit 6ee8463Copy full SHA for 6ee8463
frontend/src/components/Event/EventsGallery.tsx
@@ -7,7 +7,7 @@ const EventGallery = () => {
7
return {
8
src: event.image,
9
height: 256,
10
- width: 500,
+ width: 400,
11
customOverlay: (
12
<div className="absolute inset-0 bg-black bg-opacity-60 opacity-100 transition-opacity duration-300 flex items-center justify-center">
13
<div className="text-white text-center p-4">
0 commit comments