Merge branch 'ads-spacing' into 'develop'
Improve spacing of ads See merge request soapbox-pub/soapbox!2448
This commit is contained in:
commit
2b74250981
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ const Ad: React.FC<IAd> = ({ ad }) => {
|
|||
|
||||
return (
|
||||
<div className='relative'>
|
||||
<Card className='py-6 sm:p-5' variant='rounded'>
|
||||
<Card className='py-4' variant='rounded'>
|
||||
<Stack space={4}>
|
||||
<HStack alignItems='center' space={3}>
|
||||
<Avatar src={instance.thumbnail} size={42} />
|
||||
|
|
Loading…
Reference in a new issue