Untitled
Anonymous
plain_text
08/01/2024 4:03 PM
492 B
29
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