Skip to content

Commit

Permalink
Fixed tablet/mobile layout issue in marketplace page (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
acharyarupak391 committed Mar 26, 2024
1 parent 5aee1ae commit 7c039ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/marketplace/MarketplaceOptions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
justify-content: center;
align-items: center;
gap: 32px;
flex-wrap: wrap;

@media (max-width: 767px) {
gap: 16px;
Expand Down Expand Up @@ -163,7 +164,7 @@
flex-direction: column;
align-items: center;

.swap {
.swap.container {
width: 100%;
}
}
Expand Down

0 comments on commit 7c039ed

Please sign in to comment.