Skip to content

Commit

Permalink
add spacing below context selection on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
maerzhase committed Jul 12, 2023
1 parent 82d8930 commit 689a6ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/containers/MintGenerative/StepCheckFiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ export const StepCheckFiles: StepComponent = ({ onNext, state }) => {
</ul>

<Spacing size="3x-large" sm="x-large" />
<div className={layout.show_sm}>{artwork}</div>
<div className={layout.show_sm}>
{artwork}
<Spacing size="3x-large" sm="x-large" />
</div>

<HashTest
autoGenerate={false}
Expand Down

0 comments on commit 689a6ec

Please sign in to comment.