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);