Untitled
user_0233759
plain_text
2 years ago
343 B
15
Indexable
/* START - MAKE ONLY ONE ROW INSTEAD OF TWO WB EDUARDO */
@media only screen and (max-width: 1024px) and (min-width: 740px) {
.gallery-component__col {
max-width: 33% !important;
}
.gallery-card::before {
background-color: rgba(0, 0, 0, 0.4) !important;
}
h3 {
font-size: 22px !important;
}
}
/* END */Editor is loading...
Leave a Comment