mirror of https://github.com/VERT-sh/VERT.git
fix margins for mobile + desktop
no need for the weird margins now
This commit is contained in:
parent
aedaf76384
commit
092d0de370
|
@ -205,7 +205,7 @@
|
|||
}}
|
||||
>
|
||||
<div class="flex flex-col h-full">
|
||||
<div class="flex-grow">
|
||||
<div class="flex-grow pb-36">
|
||||
{@render children()}
|
||||
</div>
|
||||
<div
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
</script>
|
||||
|
||||
<div
|
||||
class="w-screen h-full flex items-center justify-center overflow-hidden md:-mt-14 -mt-24"
|
||||
class="w-screen h-full flex items-center justify-center overflow-hidden"
|
||||
>
|
||||
<div
|
||||
class="absolute -z-30 top-0 left-0 w-screen h-screen flex items-center justify-center overflow-hidden"
|
||||
|
|
Loading…
Reference in New Issue