Sha256: 501a472088e27c4c79e76a4e4369dfefebb16fdfe2b9b9b0bca9421f41bfb856

Contents?: true

Size: 798 Bytes

Versions: 4

Compression:

Stored size: 798 Bytes

Contents

// This is a partial.
// It lies in <source>/_sass, just waiting to be imported.
// It does not contain the YAML front matter and has no corresponding output file in the built site.

body {
  font-family: 'Roboto', sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 18px;
  line-height: 1.5;
  color: $color-calm-grey-darkest;
  background-color: $body-bg;
}

h1, .h1 {
  font-weight: normal;
}

main .layout-default {
  & h1:first-child {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }

  h2 {
    @extend .mt-6;
  }

  h3 {
    color: $color-calm-grey-darkest;
    @extend .mt-5;
  }

  @include media-breakpoint-up(lg) {
    & h1:first-child  {
      font-size: $font-size-h1;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
infotorg-api-jekyll-theme-0.1.7 _sass/_typography.scss
infotorg-api-jekyll-theme-0.1.5 _sass/_typography.scss
infotorg-api-jekyll-theme-0.1.4 _sass/_typography.scss
infotorg-api-jekyll-theme-0.1.3 _sass/_typography.scss