Sha256: 9492dca03f598b5976f1257aec38cef25bba2ee1b7625c479b53774394314220
Contents?: true
Size: 607 Bytes
Versions: 36
Compression:
Stored size: 607 Bytes
Contents
/* ---- grid ---- */ .grid { padding-bottom: 6%; padding-top: 1%; /* clear fix */ &:after { content: ''; display: block; clear: both; } } /* ---- .grid-item within masonry ---- */ .grid-sizer, .grid-item { /* state column width */ width: 32.6%; } .grid-item { float: left; border-radius: 5px; img { /* for image formatting in the masonry */ display: block; max-width: 100%; min-height: 30%; } } /* --- Masonry gutter size --- */ .gutter-sizer { width: 1%; } .grid-item:first-of-type { margin-bottom: 1%; } .grid-item { margin-bottom: 1%; }
Version data entries
36 entries across 36 versions & 2 rubygems