Sha256: ea0e0a489e5e2884704016e5f0181876b5edd82e6f20cc1e9ca150ca4d026c78
Contents?: true
Size: 609 Bytes
Versions: 1
Compression:
Stored size: 609 Bytes
Contents
/* ========================================================================== TABLES ========================================================================== */ table { margin-bottom: 1em; width: 100%; font-family: $global-font-family; font-size: $type-size-6; border-collapse: collapse; & + table { margin-top: 1em; } } thead { background-color: $lighter-gray; border-bottom: 2px solid $light-gray; } th { padding: 0.5em; font-weight: bold; text-align: left; } td { padding: 0.5em; border-bottom: 1px solid $light-gray; } tr, td, th { vertical-align: middle; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minimal-mistakes-jekyll-4.5.1 | _sass/minimal-mistakes/_tables.scss |