Sha256: fbc6fc0fcad658e30f88688cb9cc2be062cccae4ae58b438cf6bfbc507a05b85

Contents?: true

Size: 475 Bytes

Versions: 1

Compression:

Stored size: 475 Bytes

Contents

/** Tutorial -- Layout **/
.tutorial{
    &__container{
        position:relative;
        padding-top:12px;
        padding-bottom:72px;
        @include min-sm{
            padding-top:24px;
            padding-bottom:96px;
        }
        @include min-lg{
            padding-bottom:150px;
        }
    }
    &__row{
        position:relative;
        align-items:flex-start;
        @include min-lg{
            flex-wrap:nowrap;
        }
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bytewax-docs-0.1.0 _assets/scss/templates/tutorials/layout.scss