Sha256: 9f82663f287aa6294963afb5d053bda660eb54d94bf34cac6e63843db5036987

Contents?: true

Size: 703 Bytes

Versions: 3

Compression:

Stored size: 703 Bytes

Contents

.content {
  p {
    min-height: $font-size-base * $line-height-base;
  }
  h1 {
    min-height: $h1-font-size * $headings-line-height;
  }
  h2 {
    min-height: $h2-font-size * $headings-line-height;
  }
  h3 {
    min-height: $h3-font-size * $headings-line-height;
  }
  h4 {
    min-height: $h4-font-size * $headings-line-height;
  }
  h5 {
    min-height: $h5-font-size * $headings-line-height;
  }
  h6 {
    min-height: $h6-font-size * $headings-line-height;
  }

  iframe {
    border: 0;
  }

  audio {
    width: 100%;
  }

  img,
  video,
  & > iframe {
    @extend .img-fluid;
    height: auto;
  }

  & > * {
    margin-bottom: 1rem;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sutty-jekyll-theme-0.3.9 _sass/content.scss
sutty-jekyll-theme-0.3.8 _sass/content.scss
sutty-jekyll-theme-0.3.7 _sass/content.scss