mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Improve spacing between top picks and recently added
This commit is contained in:
parent
ea928439e2
commit
57ab2fd6b1
1 changed files with 1 additions and 3 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Reference in a new issue