Untitled

 avatar
user_0233759
plain_text
7 months ago
343 B
9
Indexable
Never
/* 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  */
Leave a Comment