From b3104fa6f0b6174176bcc130507ce0cdc8df35f1 Mon Sep 17 00:00:00 2001 From: CDP21 <132059856+c2d13p@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:26:29 +0000 Subject: [PATCH] last style fixes --- widgets/src/components/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/widgets/src/components/styles.css b/widgets/src/components/styles.css index 4e1523b..49224c5 100644 --- a/widgets/src/components/styles.css +++ b/widgets/src/components/styles.css @@ -42,7 +42,7 @@ .event-box { width: 300px; - height: 180px; + height: 190px; overflow: hidden; padding: 1rem; margin-bottom: 1rem; @@ -59,18 +59,18 @@ .grant-box { width: 300px; - height: 170px; + height: 190px; overflow: hidden; padding: 1rem; margin-bottom: 1rem; @media (min-width: 768px) { padding: 1.5rem; - height: 220px; + height: 210px; } @media (min-width: 1383px) { padding: 2rem; - height: 250px; + height: 240px; } }