fix: padding of keystore backups card

This commit is contained in:
RadoslavDimchev 2024-01-11 11:08:59 +02:00
parent 7ad5a4986d
commit 5fe3bb1b54
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ const KeystoreFiles = () => {
/>
</YStack>
</YStack>
<div style={{ width: media.sm ? '100%' : '32%', paddingTop: media.sm ? 0 : '3.8%' }}>
<div style={{ width: media.sm ? '100%' : '32%', paddingTop: '3.8%' }}>
<KeystoreBackupsCard />
</div>
</StackComponent>