From 7c039ed0c23699e66984268763515f55f302cfd7 Mon Sep 17 00:00:00 2001 From: acharyarupak391 Date: Tue, 26 Mar 2024 16:08:05 +0545 Subject: [PATCH] Fixed tablet/mobile layout issue in marketplace page (#151) --- src/views/marketplace/MarketplaceOptions.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/marketplace/MarketplaceOptions.scss b/src/views/marketplace/MarketplaceOptions.scss index ca1a1ae0..b3763f70 100644 --- a/src/views/marketplace/MarketplaceOptions.scss +++ b/src/views/marketplace/MarketplaceOptions.scss @@ -22,6 +22,7 @@ justify-content: center; align-items: center; gap: 32px; + flex-wrap: wrap; @media (max-width: 767px) { gap: 16px; @@ -163,7 +164,7 @@ flex-direction: column; align-items: center; - .swap { + .swap.container { width: 100%; } }