updated breakpoints from 40.0rem to 42.0rem

This commit is contained in:
Justin Tew 2020-10-05 18:44:00 -07:00
parent d895f17962
commit 2e7d6a0778
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@
align-self: center align-self: center
// Larger than mobile screen // Larger than mobile screen
@media (min-width: 40.0rem) // Safari desktop has a bug using `rem`, but Safari mobile works @media (min-width: 42.0rem) // Safari desktop has a bug using `rem`, but Safari mobile works
.row .row
flex-direction: row flex-direction: row

View File

@ -20,7 +20,7 @@ th
&:last-child &:last-child
padding-right: 0 padding-right: 0
@media (min-width: 40.0rem) @media (min-width: 42.0rem)
table table
display: table display: table