Fine fix for home

This commit is contained in:
Realmy 2024-11-12 11:54:34 +01:00
parent 3b4caddd7a
commit 9d43cb7b03
2 changed files with 2 additions and 4 deletions

View File

@ -137,7 +137,7 @@
},
}}
>
<div class="pb-20">
<div class="pb-20 min-h-full">
{@render children()}
</div>
</div>

View File

@ -53,9 +53,7 @@
// };
</script>
<div
class="flex w-full h-full items-center justify-center pb-32 [@media(max-height:768px)]:block"
>
<div class="[@media(max-height:768px)]:block mt-32">
<Uploader bind:files={ourFiles} onupload={runUpload} />
</div>