fixed shrink style

This commit is contained in:
Mamalizz
2025-02-02 23:04:16 +03:30
parent 2d7418f09c
commit ee9bbca5d6
+3 -1
View File
@@ -52,7 +52,9 @@ const nextPage = computed(() => route.meta.nextPage);
<div
class="w-full flex flex-col items-center relative justify-between gap-8 lg:gap-6 lg:flex-row lg:items-start"
>
<div class="flex flex-col w-full gap-4 lg:gap-6 lg:w-9/12">
<div
class="flex flex-col w-full gap-4 lg:gap-6 lg:w-9/12 shrink-0"
>
<slot />
</div>