Commit 8f922b66 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

feat: [ListV2] Add extra bottom padding to collection assets (#5930)

add extra bottom padding to collection assets
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent 134b1d70
......@@ -73,6 +73,7 @@ const ListingHeader = styled(Row)`
const GridWrapper = styled.div`
margin-top: 24px;
margin-bottom: 48px;
@media screen and (min-width: ${SMALL_MEDIA_BREAKPOINT}) {
margin-left: 40px;
......
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