Untitled

 avatar
unknown
plain_text
a year ago
369 B
4
Indexable

.row .col .s5ths {
    width: 20% !important;
}

@media only screen and (min-width: 601px) {
    .row .col.m5ths {
        width: 20% !important;
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l5ths {
        width: 20% !important;
    }
}

@media only screen and (min-width: 1201px) {
    .row .col.xl5ths {
        width: 20% !important;
    }
}
Editor is loading...
Leave a Comment