From a78f0c32a7b799360d0e21b1c187ed000f4c44ea Mon Sep 17 00:00:00 2001 From: ORDONNEAU Antoine Date: Wed, 18 Mar 2026 10:58:13 +0100 Subject: [PATCH] changement taille calendar homepage --- src/pages/Home/components/Calendar/Calendar.module.css | 2 +- src/pages/Home/components/EventList/EventList.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Home/components/Calendar/Calendar.module.css b/src/pages/Home/components/Calendar/Calendar.module.css index 194693b..5ce66c3 100644 --- a/src/pages/Home/components/Calendar/Calendar.module.css +++ b/src/pages/Home/components/Calendar/Calendar.module.css @@ -129,7 +129,7 @@ .glassCard { width: 45%; - max-height: 79vh; + max-height: 90vh; margin: 16px 0 16px 0; padding: 10px 20px 10px 20px; height: fit-content; diff --git a/src/pages/Home/components/EventList/EventList.module.css b/src/pages/Home/components/EventList/EventList.module.css index 035e5cf..00f0210 100644 --- a/src/pages/Home/components/EventList/EventList.module.css +++ b/src/pages/Home/components/EventList/EventList.module.css @@ -1,6 +1,6 @@ .glassCard { width: 45%; - max-height: 79vh; + max-height: 90vh; margin: 16px 0 16px 0; padding: 10px 20px 10px 20px; height: fit-content;