_tables.scss (225B)
1 table { 2 margin: 0 0 $size__spacing-unit; 3 border-collapse: collapse; 4 width: 100%; 5 @include font-family( $font__heading ); 6 7 td, 8 th { 9 padding: 0.5em; 10 border: 1px solid $color__text-light; 11 word-break: break-all; 12 } 13 }