2FAuth/resources/js_vue3/layouts/ResponsiveWidthWrapper.vue
2023-11-21 13:45:47 +01:00

7 lines
228 B
Vue

<template>
<div class="columns is-centered">
<div class="form-column column is-two-thirds-tablet is-half-desktop is-half-widescreen is-one-third-fullhd">
<slot />
</div>
</div>
</template>