Blame view

static/sass/home/_banner-center.scss 200 Bytes
1 2 3 4 5 6 7 8 9 10
.banner-center {
    margin: (30rem / $pxConvertRem) 0 0;
    height: 200rem / $pxConvertRem;
    overflow: hidden;
    img {
        display: block;
        width: 100%;
        height: 100%;
    }
}