fix: marketplace item page responsiveness

This commit is contained in:
David Ralph
2021-11-27 21:54:58 +00:00
parent 8f08b4d09d
commit 5703abb685

View File

@@ -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;