fix: adjust padding on collection page from 32 to 48 (#5036)

fix
This commit is contained in:
lynn 2022-10-28 10:30:58 -04:00 committed by GitHub
parent 58c94b7279
commit 3a0c930113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,7 +90,7 @@ const Collection = () => {
)}
</Box>
</Box>
<Column paddingX="32">
<Column paddingX="48">
{(isLoading || collectionStats !== undefined) && (
<CollectionStats stats={collectionStats || ({} as GenieCollection)} isMobile={isMobile} />
)}