From 0ba3ab2fe8eb06aa3e23842dbca75818f0e6cc48 Mon Sep 17 00:00:00 2001 From: gurramkarthiknetha Date: Wed, 11 Dec 2024 00:43:19 +0530 Subject: [PATCH] change done --- src/components/EventCalendar/EventCalendar.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/EventCalendar/EventCalendar.module.css b/src/components/EventCalendar/EventCalendar.module.css index 9a529e98cd..d1318c3607 100644 --- a/src/components/EventCalendar/EventCalendar.module.css +++ b/src/components/EventCalendar/EventCalendar.module.css @@ -481,6 +481,7 @@ /* Holiday colors */ --color-holiday-indicator: rgba(0, 0, 0, 0.15); --color-holiday-date: rgba(255, 152, 0, 1); + /* Breakpoints for responsive design */ --mobile-breakpoint: 700px; --small-mobile-breakpoint: 480px; --text-color-primary: rgba(51, 51, 51, 1); @@ -543,7 +544,6 @@ font-weight: 500; color: var(--holiday-date-color); } - .calendar_infocards { display: flex; flex-direction: row; @@ -553,7 +553,6 @@ padding: 20px; background-color: var(--grey-bg-color); } - .holidays_card, .events_card { flex: 1;