Sha256: 7ee1e39393b4e445d37e8dfb034609465280e284aef55e12e44573143fdcf616

Contents?: true

Size: 948 Bytes

Versions: 1

Compression:

Stored size: 948 Bytes

Contents

.shop.item {
    display: block;
    width: 24%;
    float: left;
    text-align: center;
    padding: 20px;
  }
  
  .shop.item b, .shop.item i {
    display: block;
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  
  .shop.item img {
    max-width: auto;
    height: 300px;
    margin: 5px auto;
    padding-bottom: 20px;
    object-fit: cover;
  }
  
  
  @media screen and (max-width: 780px) {
    .shop.item {
      display: block;
      width: 100%;
      border: 1px solid #614961;
      margin: 5px;
      float: left;
      text-align: center;
      padding: 20px;
    }
    
  }
  
  @media screen and (min-width: 780px) {
    .productimg {
      float: left;
      width: 60%;
    }
  
   p .img-responsive {
      max-width: 40%;
    }
  
  }
  
  .row h1, .row h2, .row h3, .row h4, .row h5, .row h6 {
    clear: initial;
  
  }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-artsy-0.1.12 _sass/_shop.scss