_tables.scss 214 B

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