Blame view

public/scss/channel/_six-lines-floor.css 137 Bytes
zzzzzzz authored
1
.six-lines-floor li {
2
    height: 154px;
zzzzzzz authored
3 4 5 6
    width: 50%;
    float: left;

    img {
7
        height: 154px;
zzzzzzz authored
8 9 10
        width: 100%;
    }
}