fix: bigger padding for wider screens

This commit is contained in:
EETagent 2022-12-04 13:06:20 +01:00
parent b8f25caf7e
commit ee6d7bff90

View file

@ -98,7 +98,7 @@
</div>
</div>
{#if fileDropped}
<div class="body flex content-around items-center justify-between">
<div class="body uploaded flex content-around items-center justify-between">
<div class="w-24">
<img
class="w-full object-scale-down"
@ -197,6 +197,9 @@
@apply flex-1;
@apply p-7;
}
.uploaded {
@apply 2xl:px-14 ;
}
.card h3 {
@apply text-sspsBlue text-2xl font-semibold xl:text-4xl;
}