Skip to content

Commit

Permalink
Merge pull request #947 from ita-social-projects/two-element-row-stre…
Browse files Browse the repository at this point in the history
…etcodes-mobile

Fixed mobile streetcodes catalog to display 2 streetcode cards per row
  • Loading branch information
MementoMorj authored Oct 30, 2023
2 parents 2c6d8ef + 4d4db0a commit 0139cb9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,12 @@ $loadImg: '@assets/images/catalog/loading.webp';
}
}
}
}

@media screen and (max-width: 480px) {
.catalogPage{
.streetcodeCatalogWrapper {
padding: pxToRem(80px) pxToRem(10px) 0;
}
}
}

0 comments on commit 0139cb9

Please sign in to comment.