Sha256: e80629871cace028fce0d1efd64fc031f13d179eae46217bdbb134f0b7fc6164

Contents?: true

Size: 392 Bytes

Versions: 8

Compression:

Stored size: 392 Bytes

Contents

$width: 180px;
$height: 450px;

ul.grid {
  list-style-type: none;
  padding-inline-start: unset;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax($width, 1fr));
  clear: both;

  li {
    position: relative;
    text-align: center;
    .disabled {
      opacity: .7;
    }
  }
  img {
    object-fit: cover;
    width: 100%;
    max-height: $height;
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
askclass-news-theme-0.2.9 _sass/_grid.scss
askclass-news-theme-0.2.8 _sass/_grid.scss
askclass-news-theme-0.2.7 _sass/_grid.scss
askclass-news-theme-0.2.6 _sass/_grid.scss
askclass-news-theme-0.2.5 _sass/_grid.scss
askclass-news-theme-0.2.4 _sass/_grid.scss
askclass-news-theme-0.2.3 _sass/_grid.scss
askclass-news-theme-0.2.2 _sass/_grid.scss