mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-17 05:56:29 +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>
|
<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 />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue