Improve spacing between top picks and recently added

This commit is contained in:
Jackson Harper 2024-06-14 10:14:33 +08:00
parent ea928439e2
commit 57ab2fd6b1

View file

@ -564,12 +564,10 @@ const TopicPickHomeItemView = (
<VStack
css={{
width: '100%',
p: '0px',
pt: '20px',
pt: '15px',
cursor: 'pointer',
borderRadius: '5px',
'@mdDown': {
pt: '15px',
borderRadius: '0px',
},
'&:hover': {