Sha256: a89cde9cbc3187e0316fd1f1b8b84ae27c48cf431a06697d85ce49ae39ac6823

Contents?: true

Size: 326 Bytes

Versions: 3

Compression:

Stored size: 326 Bytes

Contents

@import '../content';

.content {
  .materials {
    margin:20px;
    width:660px;
  }
  .material {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width:200px;
  }
}

@media all and (max-width: 768px) {
  .content {
    .materials {
      width:200px;
    }
    .material {
      width:400px;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bouquet-0.2.2 store/private/static/app/components/layouts/contents/material/style.scss
bouquet-0.2.1 store/private/static/app/components/layouts/contents/material/style.scss
bouquet-0.2.0 store/private/static/app/components/layouts/contents/material/style.scss