Fix media queries changing rem to px

This commit is contained in:
CJ Patoilo 2016-08-07 23:25:33 -03:00
parent e025328389
commit f1b0f5128f
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
// Grid
//
// .container is main centered wrapper with a max width of 1120rem (1120px)
// .container is main centered wrapper with a max width of 112.0rem (1120px)
.container
margin: 0 auto
max-width: 112.0rem
@ -148,7 +148,7 @@
max-width: 90%
// Larger than mobile screen
@media (min-width: 40.0rem)
@media (min-width: 640px)
.row
flex-direction: row

View File

@ -46,7 +46,7 @@ h6
line-height: 1.4
// Larger than mobile screen
@media (min-width: 40.0rem)
@media (min-width: 640px)
h1
font-size: 5.0rem