Sha256: 1bff802736a0f8c0061e858d192cb9df0df18e4480bed097a5639c0f71f8f295

Contents?: true

Size: 605 Bytes

Versions: 1

Compression:

Stored size: 605 Bytes

Contents

%site {
  &-setup {
    grid-template-columns: 1fr 1000px 1fr;
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.site {
  background-color: $smoke;
  position: relative;
  display: none;
  z-index: 1;

  &._full {
    height: 100%;
  }

  &.--open {
    display: grid;
  }

  &._feed {
    @extend %site-setup;
  }

  &._single {
    @extend %site-setup;
  }

  h1 + p, h1 + ul, h1 + ._page-artwork, h1 + ._copy-split {
    margin-top: 20px;
  }

  h4 + p {
    margin-top: 20px;
  }

  p + p, p + ul, p + .block._util {
    margin-top: 20px;
  }

  ul + p, ol + p {
    margin-top: 20px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
futuro-0.3.0 _sass/_site.scss