fix mobile view on homepage

This commit is contained in:
Sean Yesmunt 2020-01-30 12:41:21 -05:00
parent 4bb4d66852
commit 6a5f90ce2a

View file

@ -304,7 +304,7 @@
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
@media (max-width: $breakpoint-medium) { @media (max-width: $breakpoint-medium) and (min-width: $breakpoint-small) {
width: calc((100% - var(--spacing-medium) * 2) / 3); width: calc((100% - var(--spacing-medium) * 2) / 3);
&:first-child, &:first-child,