From 2e7d6a0778fe3d99f5ad069697774b63c9a7305e Mon Sep 17 00:00:00 2001 From: Justin Tew Date: Mon, 5 Oct 2020 18:44:00 -0700 Subject: [PATCH] updated breakpoints from 40.0rem to 42.0rem --- src/_Grid.sass | 2 +- src/_Table.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_Grid.sass b/src/_Grid.sass index 8c05b8c..d5289d2 100644 --- a/src/_Grid.sass +++ b/src/_Grid.sass @@ -152,7 +152,7 @@ align-self: center // 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 flex-direction: row diff --git a/src/_Table.sass b/src/_Table.sass index 37afe7e..e3a0c01 100644 --- a/src/_Table.sass +++ b/src/_Table.sass @@ -20,7 +20,7 @@ th &:last-child padding-right: 0 -@media (min-width: 40.0rem) +@media (min-width: 42.0rem) table display: table