Safari desktop has a bug using rem
, but Safari mobile works
This commit is contained in:
parent
d378eeec0d
commit
6fed41171e
@ -151,7 +151,7 @@
|
|||||||
align-self: center
|
align-self: center
|
||||||
|
|
||||||
// Larger than mobile screen
|
// Larger than mobile screen
|
||||||
@media (min-width: 640px)
|
@media (min-width: 40rem) // Safari desktop has a bug using `rem`, but Safari mobile works
|
||||||
|
|
||||||
.row
|
.row
|
||||||
flex-direction: row
|
flex-direction: row
|
||||||
|
@ -46,7 +46,7 @@ h6
|
|||||||
line-height: 1.4
|
line-height: 1.4
|
||||||
|
|
||||||
// Larger than mobile screen
|
// Larger than mobile screen
|
||||||
@media (min-width: 640px)
|
@media (min-width: 40rem) // Safari desktop has a bug using `rem`, but Safari mobile works
|
||||||
|
|
||||||
h1
|
h1
|
||||||
font-size: 5.0rem
|
font-size: 5.0rem
|
||||||
|
Loading…
Reference in New Issue
Block a user