fix(ui): corrected mobile menu spacing in collection details (#3432)

pull/3743/head
Brandon Cohen 2 years ago committed by Mike Kao
parent b72ed15a8e
commit 5219af62f1

@ -348,7 +348,7 @@ const CollectionDetails = ({ collection }: CollectionDetailsProps) => {
/> />
))} ))}
/> />
<div className="pb-8" /> <div className="extra-bottom-space relative" />
</div> </div>
); );
}; };

Loading…
Cancel
Save