mirror of
https://github.com/milligram/milligram.git
synced 2024-11-13 16:54:22 +00:00
updated breakpoints from 40.0rem to 42.0rem
This commit is contained in:
parent
d895f17962
commit
2e7d6a0778
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user