mirror of https://github.com/VERT-sh/VERT.git
Fine fix for home
This commit is contained in:
parent
3b4caddd7a
commit
9d43cb7b03
|
@ -137,7 +137,7 @@
|
|||
},
|
||||
}}
|
||||
>
|
||||
<div class="pb-20">
|
||||
<div class="pb-20 min-h-full">
|
||||
{@render children()}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue