mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 14:02:14 +00:00
fix: mobile styling
This commit is contained in:
parent
7f522719d1
commit
b7a63afba8
1 changed files with 3 additions and 3 deletions
|
|
@ -89,8 +89,8 @@
|
||||||
|
|
||||||
<div class="relative card uploadCard">
|
<div class="relative card uploadCard">
|
||||||
<div class="flex flex-col sm:flex-row justify-between sm:items-center">
|
<div class="flex flex-col sm:flex-row justify-between sm:items-center">
|
||||||
<h3 class="">{title}</h3>
|
<h3 class="mb-4 sm:mb-0">{title}</h3>
|
||||||
<div class="mt-1 sm:mt-0">
|
<div class="mb-4 sm:mb-0 mt-1 sm:mt-0">
|
||||||
<FileType {filetype} {filesize} />
|
<FileType {filetype} {filesize} />
|
||||||
</div>
|
</div>
|
||||||
<div class="absolute px-7 right-0 top-4">
|
<div class="absolute px-7 right-0 top-4">
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{#if fileDropped}
|
{#if fileDropped}
|
||||||
<div class="flex content-around justify-between items-center mb-5 ml-5 mr-5">
|
<div class="flex content-around justify-between items-center mb-5 sm:mx-5">
|
||||||
<div class="w-24">
|
<div class="w-24">
|
||||||
<img class="w-full" src={filetype == 'PDF' ? documentIcon : archiveIcon} alt="Icon" />
|
<img class="w-full" src={filetype == 'PDF' ? documentIcon : archiveIcon} alt="Icon" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue