mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 14:02:14 +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>
|
||||||
</div>
|
</div>
|
||||||
{#if fileDropped}
|
{#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">
|
<div class="w-24">
|
||||||
<img
|
<img
|
||||||
class="w-full object-scale-down"
|
class="w-full object-scale-down"
|
||||||
|
|
@ -197,6 +197,9 @@
|
||||||
@apply flex-1;
|
@apply flex-1;
|
||||||
@apply p-7;
|
@apply p-7;
|
||||||
}
|
}
|
||||||
|
.uploaded {
|
||||||
|
@apply 2xl:px-14 ;
|
||||||
|
}
|
||||||
.card h3 {
|
.card h3 {
|
||||||
@apply text-sspsBlue text-2xl font-semibold xl:text-4xl;
|
@apply text-sspsBlue text-2xl font-semibold xl:text-4xl;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue