From b6498f00880aa09f9dc4d5dc8aa2bfa10a568764 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Thu, 1 Apr 2021 01:05:37 +0300 Subject: [PATCH] fix card size on calendars --- src/components/Sections/CardSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sections/CardSection.tsx b/src/components/Sections/CardSection.tsx index e89b202..29d7ceb 100644 --- a/src/components/Sections/CardSection.tsx +++ b/src/components/Sections/CardSection.tsx @@ -21,7 +21,7 @@ const CardSection = styled.section` } & > * { - width: calc(25% - 2rem); + width: calc(20% - 2rem); @media screen and (min-width: ${breakpoints.mobile}) and (max-width: ${breakpoints.medium}) { width: calc(50% - 2rem);