fix card size on calendars

This commit is contained in:
Aarni Halinen
2021-04-01 01:05:37 +03:00
parent 7b43114879
commit b6498f0088
+1 -1
View File
@@ -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);