fix status cards overlap

This commit is contained in:
Hristo Nedelkov 2023-10-24 11:09:08 +03:00
parent 3cfa81ea5a
commit 1613a32895

View File

@ -81,7 +81,7 @@ const DashboardContent = () => {
<Stack <Stack
style={{ style={{
display: 'grid', display: 'grid',
gridTemplateColumns: windowWidth < 1300 ? '1fr' : '1fr 1fr', gridTemplateColumns: windowWidth < 1750 ? '1fr' : '1fr 1fr',
gap: '16px', gap: '16px',
marginTop: windowWidth < 1300 ? '50px' : 0, marginTop: windowWidth < 1300 ? '50px' : 0,
}} }}
@ -93,7 +93,7 @@ const DashboardContent = () => {
downloadRate={[12, 31, 22, 12, 23, 23, 90]} downloadRate={[12, 31, 22, 12, 23, 23, 90]}
uploadRate={[31, 22, 32, 132, 32, 45, 65]} uploadRate={[31, 22, 32, 132, 32, 45, 65]}
/> />
{/* </YStack> */}
</Stack> </Stack>
</Stack> </Stack>
</YStack> </YStack>