Commit 3a0c9301 authored by lynn's avatar lynn Committed by GitHub

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

fix
parent 58c94b72
......@@ -90,7 +90,7 @@ const Collection = () => {
)}
</Box>
</Box>
<Column paddingX="32">
<Column paddingX="48">
{(isLoading || collectionStats !== undefined) && (
<CollectionStats stats={collectionStats || ({} as GenieCollection)} isMobile={isMobile} />
)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment