Sha256: 1015200cdddaa7d4e0552bddac2465ec6a84e7afdd790d2920f2671bd1404033
Contents?: true
Size: 589 Bytes
Versions: 14
Compression:
Stored size: 589 Bytes
Contents
// ----------------------------------------------------------------------------- // Typography styles // ----------------------------------------------------------------------------- body { color: $colour-text; font: $base-font-size $base-font-family; line-height: 1.5; } h1, h2, h3, h4, th { font-family: $header-font-family; font-weight: $header-font-weight; margin: 0; } h1 { font-size: 2.5em; } h2 { font-size: 2em; } h3 { font-size: 1.5em; } th { font-size: 1.35em; } h4 { font-size: 1.25em; } p, ul { margin-bottom: 1.5em; }
Version data entries
14 entries across 14 versions & 1 rubygems