Blame view

public/scss/channel/_new-first.css 194 Bytes
zzzzzzz authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.new-first {

    .float-container {
        float: left;
    }

    .left {
        height: 360px;
        width: 268px;
    }

    .right {
        height: 180px;
        width: 186px;
    }
}