fix(dashboard): gaps between top cards

This commit is contained in:
RadoslavDimchev 2024-04-20 13:19:37 +03:00 committed by Emil Ivanichkov
parent 033ac93de3
commit 9c315c88ac
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ const Dashboard = () => {
style={{
display: 'grid',
gridTemplateColumns: width < 1400 ? '1fr' : '1fr 1fr',
gap: '8px',
gap: '15px',
gridAutoFlow: 'row',
width: '100%',
}}
@ -60,7 +60,7 @@ const Dashboard = () => {
style={{
display: 'grid',
gridTemplateColumns: '1fr 1fr',
gap: '8px',
gap: '15px',
width: '100%',
}}
>