From ca956507fdfd5ffc0535b6c9b321f67d3a1ea16a Mon Sep 17 00:00:00 2001 From: elisejakob Date: Tue, 21 May 2024 01:44:12 +0200 Subject: [PATCH] correct image formats in upcoming list --- web/src/components/events/eventItem.module.scss | 3 +-- web/src/components/events/upcomingEvents.module.scss | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/src/components/events/eventItem.module.scss b/web/src/components/events/eventItem.module.scss index 6ba6bbd..104913a 100644 --- a/web/src/components/events/eventItem.module.scss +++ b/web/src/components/events/eventItem.module.scss @@ -23,8 +23,7 @@ } .image { - width: 5rem; - padding-top: 100%; + width: 7rem; } } } diff --git a/web/src/components/events/upcomingEvents.module.scss b/web/src/components/events/upcomingEvents.module.scss index 9f6f2f9..01e4317 100644 --- a/web/src/components/events/upcomingEvents.module.scss +++ b/web/src/components/events/upcomingEvents.module.scss @@ -12,7 +12,7 @@ } .eventList { - --size-item-width: 17rem; + --size-item-width: 20rem; list-style: none; display: flex; width: calc(var(--size-item-width) * 5);