diff --git a/src/_Grid.sass b/src/_Grid.sass index f01606f..9d59f2e 100644 --- a/src/_Grid.sass +++ b/src/_Grid.sass @@ -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 diff --git a/src/_Typography.sass b/src/_Typography.sass index 67e8347..61e43e4 100644 --- a/src/_Typography.sass +++ b/src/_Typography.sass @@ -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