fix margins for mobile + desktop

no need for the weird margins now
This commit is contained in:
JovannMC 2025-01-03 16:53:45 +03:00
parent aedaf76384
commit 092d0de370
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"