Sha256: 34775c71491a0acf68471d0518e4565c5ddcde10adc20c219d40c8a7aa71f890
Contents?: true
Size: 614 Bytes
Versions: 8
Compression:
Stored size: 614 Bytes
Contents
.container margin: 0 auto position: relative +from($desktop) max-width: $desktop - (2 * $gap) width: $desktop - (2 * $gap) &.is-fluid margin-left: $gap margin-right: $gap max-width: none width: auto +until($widescreen) &.is-widescreen max-width: $widescreen - (2 * $gap) width: auto +until($fullhd) &.is-fullhd max-width: $fullhd - (2 * $gap) width: auto +from($widescreen) max-width: $widescreen - (2 * $gap) width: $widescreen - (2 * $gap) +from($fullhd) max-width: $fullhd - (2 * $gap) width: $fullhd - (2 * $gap)
Version data entries
8 entries across 8 versions & 3 rubygems