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:
@@ -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}) {
|
@media screen and (min-width: ${breakpoints.mobile}) and (max-width: ${breakpoints.medium}) {
|
||||||
width: calc(50% - 2rem);
|
width: calc(50% - 2rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user