From 07e1d627eeac69be1d1a9329679949689536c531 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Sun, 16 Nov 2025 12:21:55 +0100 Subject: [PATCH] update border radius of the event image --- src/components/Event/Event.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Event/Event.module.css b/src/components/Event/Event.module.css index ec80cb5..00d4aa3 100644 --- a/src/components/Event/Event.module.css +++ b/src/components/Event/Event.module.css @@ -19,6 +19,7 @@ max-width: 100%; max-height: 100%; object-fit: contain; + border-radius: 20px; }