Skip to content

Commit

Permalink
change done
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha committed Dec 10, 2024
1 parent 907d840 commit 0ba3ab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/EventCalendar/EventCalendar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -543,7 +544,6 @@
font-weight: 500;
color: var(--holiday-date-color);
}

.calendar_infocards {
display: flex;
flex-direction: row;
Expand All @@ -553,7 +553,6 @@
padding: 20px;
background-color: var(--grey-bg-color);
}

.holidays_card,
.events_card {
flex: 1;
Expand Down

0 comments on commit 0ba3ab2

Please sign in to comment.