diff --git a/src/_Grid.sass b/src/_Grid.sass index 4f0b529..67bff4b 100644 --- a/src/_Grid.sass +++ b/src/_Grid.sass @@ -49,7 +49,8 @@ .column display: block - flex: 1 + // IE 11 required specifying the flex-basis otherwise it breaks mobile + flex: 1 1 auto margin-left: 0 max-width: 100% width: 100% diff --git a/src/_Table.sass b/src/_Table.sass index 7939901..c27ec39 100644 --- a/src/_Table.sass +++ b/src/_Table.sass @@ -3,6 +3,7 @@ // –––––––––––––––––––––––––––––––––––––––––––––––––– table + border-spacing: 0 width: 100% td,