From 5703abb685f315e59ae88af1bf5f4742c3f5dca7 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Sat, 27 Nov 2021 21:54:58 +0000 Subject: [PATCH] fix: marketplace item page responsiveness --- .../modals/main/scss/marketplace/modules/_item.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/modals/main/scss/marketplace/modules/_item.scss b/src/components/modals/main/scss/marketplace/modules/_item.scss index c7060ac3..37810059 100644 --- a/src/components/modals/main/scss/marketplace/modules/_item.scss +++ b/src/components/modals/main/scss/marketplace/modules/_item.scss @@ -73,6 +73,17 @@ p.description { } } +@media only screen and (max-width: 1200px) { + .side { + margin-top: 222px; + float: none !important; + } + + .overview { + margin-top: -160px !important; + } +} + .overview { font-size: 30px !important; margin-top: 33px;