Sha256: 6b7007bef56f959804472d93362fdf1f2ad26f0863fc7bcd4bd1eba90d2bf97e

Contents?: true

Size: 714 Bytes

Versions: 11

Compression:

Stored size: 714 Bytes

Contents

@import "blocky/imports";

h1, h2, h3, h4, h5, h6 {
  font-family: $header-font-family;
  line-height: 1.25em;
  margin: 0 0 0.5em;
  text-rendering: optimizeLegibility; // Fix the character spacing for headings
}

h1 {
  font-size: $base-font-size * 2.25; // 16 * 2.25 = 36px
  margin-bottom: 1em;
}

h2 {
  font-size: $base-font-size * 2; // 16 * 2 = 32px
  margin-bottom: 0.7em;
}

h3 {
  font-size: $base-font-size * 1.75; // 16 * 1.75 = 28px
  margin-bottom: 0.5em;
}

h4 {
  font-size: $base-font-size * 1.5; // 16 * 1.5 = 24px
  margin-bottom: 0.25em;
}

h5 {
  font-size: $base-font-size * 1.25; // 16 * 1.25 = 20px
  margin-bottom: 0.25em;
}

h6 {
  font-size: $base-font-size;
  margin-bottom: 0.25em;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
blocky-0.0.11 app/assets/stylesheets/blocky/shared/typography/headings.scss
blocky-0.0.10 app/assets/stylesheets/blocky/shared/typography/headings.scss
blocky-0.0.9 app/assets/stylesheets/blocky/shared/typography/headings.scss
blocky-0.0.8 app/assets/stylesheets/blocky/shared/typography/headings.scss
blocky-0.0.7 app/assets/stylesheets/blocky/shared/typography/headings.scss
blocky-0.0.6 app/assets/stylesheets/blocky/shared/typography/headings.scss
blocky-0.0.5 app/assets/stylesheets/blocky/shared/typography/headings.scss
blocky-0.0.4 app/assets/stylesheets/blocky/shared/typography/headings.scss
blocky-0.0.3 app/assets/stylesheets/blocky/shared/typography/headings.scss
blocky-0.0.2 app/assets/stylesheets/blocky/shared/typography/headings.scss
blocky-0.0.1 app/assets/stylesheets/blocky/shared/typography/headings.scss