fix(basic-info-cards): reduce gap between cards
This commit is contained in:
parent
5346b60591
commit
ac0d94c67e
|
@ -9,7 +9,7 @@ const BasicInfoCards = () => {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
flexWrap: 'wrap',
|
flexWrap: 'wrap',
|
||||||
gap: '15px',
|
gap: '14px',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue