fix creators pages in mobile

This commit is contained in:
Kevin Guevara 2021-10-01 16:55:17 -05:00
parent 0792810ed4
commit 333dba8230
4 changed files with 10 additions and 2 deletions

View File

@ -260,3 +260,9 @@ h1 {
model-viewer {
--poster-color: transparent;
}
.creator-base-page{
@media (max-width: @screen-sm-min) {
padding: 15px;
}
}

View File

@ -131,7 +131,7 @@ export const ArtCreateView = () => {
return (
<>
<Row style={{ paddingTop: 50 }}>
<Row className={"creator-base-page"} style={{ paddingTop: 50 }}>
{stepsVisible && (
<Col span={24} md={4}>
<Steps

View File

@ -616,7 +616,7 @@ export const AuctionCreateView = () => {
return (
<>
<Row style={{ paddingTop: 50 }}>
<Row className="creator-base-page" style={{ paddingTop: 50 }}>
{stepsVisible && (
<Col span={24} md={4}>
<Steps

View File

@ -127,6 +127,8 @@
background: linear-gradient(270deg, #616774 7.29%, #403f4c 100%);
border-radius: 8px;
max-width: 100%;
white-space: normal;
}
.type-btn:hover {