mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: bigger padding for wider screens
This commit is contained in:
parent
b8f25caf7e
commit
ee6d7bff90
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue