Sha256: 213b67eac93588821da6404bdbd7f84a6d531e568403a30e1a1d2900de778622
Contents?: true
Size: 1014 Bytes
Versions: 16
Compression:
Stored size: 1014 Bytes
Contents
@include media-breakpoint-down(sm) { // @media only screen and (max-width: 735px) { .section-card-tiles { max-width: 414px; } .section-card-tiles .cards-tiles-list { margin-right: auto; margin-bottom: 15px; margin-left: auto; } .section-card-tiles .card-tile { margin: 0 auto 15px; flex-basis: 100%; max-width: 100%; padding-right: 0; &:nth-child(odd) { border-right: none; } &:nth-child(even) { border-left: none; } &:nth-child(1), &:nth-child(2) { border-bottom: none; } &:nth-child(3), &:nth-child(4) { border-top: none; } &:last-child { margin-bottom: 0; } } .section-card-tiles .jump-tile-video { top: 0; } .section-card-tiles .cat-tile-copy { top: 50%; transform: translateY(-50%); h2, a { max-width: 100%; } a { margin-top: 16px; } } .section-card-tiles .card-tile-set .cat-tile-bg { background-repeat: no-repeat; } }
Version data entries
16 entries across 16 versions & 1 rubygems