Merge branch 'master' into 'production'

fix card size on calendars to production

See merge request sahkoinsinoorikilta/vtmk/web2.0-frontend!53
This commit is contained in:
Toni Lyttinen
2021-03-31 22:25:56 +00:00
+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);