Skip to content

Commit

Permalink
Mobile section adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosaenzar committed Jul 31, 2023
1 parent 3cdf989 commit 16429e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@
.contentCard {
grid-template-columns: 1fr;
}

.productsSection {
width: 100%;
}
}

@media only screen and (max-width: 1100px) and (max-width: 1200px) {
Expand Down Expand Up @@ -197,5 +201,6 @@

.productsSection {
flex-direction: column;
width: 100%;
}
}

0 comments on commit 16429e9

Please sign in to comment.