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()}
|
{@render children()}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -53,9 +53,7 @@
|
||||||
// };
|
// };
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div class="[@media(max-height:768px)]:block mt-32">
|
||||||
class="flex w-full h-full items-center justify-center pb-32 [@media(max-height:768px)]:block"
|
|
||||||
>
|
|
||||||
<Uploader bind:files={ourFiles} onupload={runUpload} />
|
<Uploader bind:files={ourFiles} onupload={runUpload} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue