diff --git a/src/_Table.sass b/src/_Table.sass index f999743..e6054a2 100644 --- a/src/_Table.sass +++ b/src/_Table.sass @@ -19,41 +19,41 @@ th padding-right: 0 @media screen and (max-width: 40.0rem) - table - border-spacing: 0 - display: flex - width: 100% + table + border-spacing: 0 + display: flex + width: 100% - thead - border-right: solid .1rem $color-quinary + thead + border-right: solid .1rem $color-quinary - td, - th - padding-left: 0 + td, + th + padding-left: 0 - &:first-child - padding-left: 0 + &:first-child + padding-left: 0 - &:last-child - padding-right: 1.2rem + &:last-child + padding-right: 1.2rem - tbody - display: flex - overflow-x: auto - white-space: nowrap + tbody + display: flex + overflow-x: auto + white-space: nowrap - tr - border-right: solid .1rem $color-quinary + tr + border-right: solid .1rem $color-quinary - &:last-child - border-right: none + &:last-child + border-right: none - td, - th - display: block + td, + th + display: block - &:first-child - padding-left: 1.2rem + &:first-child + padding-left: 1.2rem - &:last-child - padding-right: 1.2rem + &:last-child + padding-right: 1.2rem