Sha256: ec7d1636d4fdda85fc58a8d16d50652867f7ebc573ab051022fbafd5c1fe4b74

Contents?: true

Size: 403 Bytes

Versions: 4

Compression:

Stored size: 403 Bytes

Contents

.layout--landing {
  .heros {
    max-width: map-get($layout, content-max-width) * 2;
    margin-right: auto;
    margin-left: auto;
  }
  .hero {
    img {
      display: block;
      width: 100%;
      margin: 0 auto;
    }
  }
  .hero__content {
    margin-bottom: 0;
  }
  .hero__cover {
    max-width: map-get($layout, content-max-width);
  }
  .hero__cover--full-width {
    max-width: none;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-text-theme-2.2.4 _sass/layout/_landing.scss
jekyll-text-theme-2.2.3 _sass/layout/_landing.scss
jekyll-text-theme-2.2.2 _sass/layout/_landing.scss
jekyll-text-theme-2.2.1 _sass/layout/_landing.scss