Sha256: 81363fad2586908c6f51ba95cb0dd6e2374fd094eddb6693e7b824a195d1c966

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 Bytes

Contents

body.home {
  > main {
    > .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

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-isotc211-0.1.2 _sass/home.scss