Sha256: f0b7087eedf5be04d2faf094366da7d2cccc2dfb62661634d8d64ef196ae9ada

Contents?: true

Size: 959 Bytes

Versions: 3

Compression:

Stored size: 959 Bytes

Contents

body.home {
  > footer {
    box-shadow: none;
  }

  > main {
    padding-bottom: 0;

    > .section > h2 {
      @extend .section-title;
    }

    > .news {

      // Assuming it goes right before footer
      box-shadow: 0 5px 20px -10px silver inset;
      border-bottom: 0;
      flex: 1;
      background: whitesmoke;
      margin-top: 1em;

      .items {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: stretch;
        overflow-y: auto;
        margin-bottom: 1em;
      }
      .news-item-card {
        flex-basis: 20em;
        max-width: 90vw;
        border-radius: .5em;
        padding: 0 .75em;
        background: #fff;
        margin-right: 1em;

        .title {
          font-weight: normal;
          a {
            text-decoration: none;
          }
        }

        div.excerpt p {
          font-size: 90%;
          line-height: 1.6;
        }
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-isotc211-0.2.2 _sass/home.scss
jekyll-theme-isotc211-0.2.1 _sass/home.scss
jekyll-theme-isotc211-0.2 _sass/home.scss