Sha256: a35928a516678dabc590c23a0c1e370b5f40aaadc4585091f5c2e36bd522bc13

Contents?: true

Size: 687 Bytes

Versions: 3

Compression:

Stored size: 687 Bytes

Contents

body.home {
  > main {
    > .section > h2 {
      @extend .section-title;
    }

    > .news {
      .items {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: stretch;
        overflow-y: auto;
      }
      .news-item-card {
        flex-basis: 20em;
        max-width: 90vw;
        border-radius: .5em;
        padding: 0 .75em;
        border: 1px solid #f0f0f0;
        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.1.5 _sass/home.scss
jekyll-theme-isotc211-0.1.4 _sass/home.scss
jekyll-theme-isotc211-0.1.3 _sass/home.scss