Sha256: d6f682f50fbe81cf52d1a14c4778717a34be546764d11cdb0788c7f3ef19ba0a
Contents?: true
Size: 779 Bytes
Versions: 16
Compression:
Stored size: 779 Bytes
Contents
/* Container */ .container { margin: 0 auto; max-width: 100%; width: 1400px; &.medium { width: (1400px * 0.75); } @include breakpoint('<=wide') { width: 1200px; &.medium { width: (1200px * 0.75); } } @include breakpoint('<=normal') { width: 960px; &.medium { width: (980px * 0.75); } } @include breakpoint('<=narrow') { width: 95%; &.medium { width: (95% * 0.75); } } @include breakpoint('<=narrower') { width: 95%; &.medium { width: 95%; } } @include breakpoint('<=mobile') { width: 100%; &.medium { width: 100%; } } }
Version data entries
16 entries across 16 versions & 1 rubygems