Sha256: 3c4a3970c034c6a838b01f5099707485ccd92f6b042d2e7424cd5b22bb9b8966
Contents?: true
Size: 502 Bytes
Versions: 16
Compression:
Stored size: 502 Bytes
Contents
.container { @include outer-container; } html { height: 100%; min-width: 300px; } body { height: 100%; background-color: $tn-light-grey; @include clearfix; } .page-wrap { @include media($tn-bp-mobile) { padding-top: 50px; } padding-top: 100px; padding-bottom: $tn-padding; min-height: 100%; } .main-content { margin: 0 $tn-margin; padding-top: $tn-padding; @include media($tn-bp-mobile) { margin: 0 10px; padding-top: 10px; } } $tn-header-height: 50px;
Version data entries
16 entries across 16 versions & 1 rubygems