Sha256: 01b88ea00e1d42dc0adb099ee395cfc2479a2b13a89c78d6b47b246bf84b3d7e
Contents?: true
Size: 988 Bytes
Versions: 16
Compression:
Stored size: 988 Bytes
Contents
// 1068 // @media only screen and (max-width: 1068px) { @include media-breakpoint-down(lg) { .section-card-tiles .cards-tiles-list { margin-left: 20px; margin-right: 20px; margin-bottom: 20px; } } @media only screen and (max-width: 1068px) { .section-card-tiles .card-tile:nth-child(odd) { border-right: 10px solid #fff; } .section-card-tiles .card-tile:nth-child(even) { border-left: 10px solid #fff; } .section-card-tiles .card-tile { &:nth-child(1), &:nth-child(2) { border-bottom: 10px solid #fff; } } .section-card-tiles .card-tile { &:nth-child(3), &:nth-child(4) { border-top: 10px solid #fff; } } .section-card-tiles .card-tile-set h2 { max-width: 234px; } .section-card-tiles .card-tile-set .cat-tile-bg { background-repeat: no-repeat; } .section-card-tiles .cat-tile-copy { top: 29%; } .section-card-tiles .cat-tile-copy a { margin-top: 22px; font-size: 21px; } }
Version data entries
16 entries across 16 versions & 1 rubygems