This commit is contained in:
Daniel Ponte 2024-12-01 20:43:14 -05:00
parent ffef985690
commit 3f3c0bd00b

View file

@ -260,7 +260,7 @@
@if (auth.loggedIn) {
<div class="container w-full lg:ps-64">
<div
class="object-contain object-scale-down p-4 sm:p-6 space-y-4 sm:space-y-6"
class="object-contain p-4 sm:p-6 "
>
<router-outlet />
</div>