This commit is contained in:
pat-s 2024-12-16 18:25:28 +01:00
parent 0268396b28
commit 26f64a135c
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -1,5 +1,5 @@
<template>
<div class="mx-auto p-4 w-full" :class="{ 'max-w-4xl': !fullWidth && !fillWidth, 'md:px-0': fullWidth }">
<div class="mx-auto p-4 w-full" :class="{ 'max-w-6xl': !fullWidth && !fillWidth, 'md:px-0': fullWidth }">
<slot />
</div>
</template>