Sha256: c86a33818842a630f48c1043569a0d7a220cb742696a98a920671321f8a3e7fc

Contents?: true

Size: 595 Bytes

Versions: 2

Compression:

Stored size: 595 Bytes

Contents

/* ==========================================================================
   Tables
   ========================================================================== */

table {
  @include fluid-type($min-vw, $max-vw, 12px, 18px);
  width: 100%;
  border-collapse: collapse;
  /* For Firefox to horizontally scroll wider tables */
  // scss-lint:disable DuplicateProperty
  word-break: normal;
  word-break: keep-all;
}

th,
td {
  border-bottom: 1px solid;
}

th {
  padding: 0.5em;
  font-weight: bold;
  text-align: left;
}

td {
  padding: 0.5em;
}

tr,
td,
th {
  vertical-align: middle;
}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
jekyll-theme-so-simple-libre-4.0.0 _sass/so-simple/_tables.scss
jekyll-theme-so-simple-3.2.0 _sass/so-simple/_tables.scss