Small fix to keep style guide defined
This commit is contained in:
parent
c9178e03ce
commit
47e4f859c8
@ -151,7 +151,7 @@
|
||||
align-self: center
|
||||
|
||||
// Larger than mobile screen
|
||||
@media (min-width: 40rem) // Safari desktop has a bug using `rem`, but Safari mobile works
|
||||
@media (min-width: 40.0rem) // Safari desktop has a bug using `rem`, but Safari mobile works
|
||||
|
||||
.row
|
||||
flex-direction: row
|
||||
|
@ -44,7 +44,7 @@ h6
|
||||
line-height: 1.4
|
||||
|
||||
// Larger than mobile screen
|
||||
@media (min-width: 40rem) // Safari desktop has a bug using `rem`, but Safari mobile works
|
||||
@media (min-width: 40.0rem) // Safari desktop has a bug using `rem`, but Safari mobile works
|
||||
|
||||
h1
|
||||
font-size: 5.0rem
|
||||
|
Loading…
Reference in New Issue
Block a user