Sha256: 8e088070de33c7ccc42dff4da03b910f9d3a7bbc2c7256647be0132d8aa3fff9
Contents?: true
Size: 503 Bytes
Versions: 65
Compression:
Stored size: 503 Bytes
Contents
// Styles specific to the everyday story style .everyday_story { .jumbotron { height: 100%; background-repeat: no-repeat; background-size: cover; @include media-breakpoint-down(md) { background-image: none !important; .card { border: none; box-shadow: none !important; } .card-body { padding: 0; } } @include media-breakpoint-up(lg) { min-height: 500px; } } &.admin { .jumbotron { &::before { margin-top: 0; } } } }
Version data entries
65 entries across 65 versions & 1 rubygems