mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-16 21:46:32 +00:00
try 6xl
This commit is contained in:
parent
0268396b28
commit
26f64a135c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue