Sha256: ba854a494f36e61c1e200290290c1a5d84819e2cccba80f1a179448d54620c3d
Contents?: true
Size: 620 Bytes
Versions: 18
Compression:
Stored size: 620 Bytes
Contents
.hero{ &--grey{ margin: 100px auto; @include breakpoint(medium down){ margin-top: $base-margin; } } &--cerulean{ background: $cerulean; width: 100%; } &__heading{ color: $white; } &__image{ margin: $base-margin*2 0; width: 540px; height: 193px; background-repeat: no-repeat; background-size: contain; max-width: 100%; background-position: center; } } .row-fluid{ @include grid-row; width: 80%; margin: 0 auto; padding: 100px 0; @include breakpoint(medium down){ width: 100%; margin: 0; padding: $base-padding 0; } }
Version data entries
18 entries across 18 versions & 1 rubygems