2FAuth/resources/js_vue3/layouts/ResponsiveWidthWrapper.vue

7 lines
228 B
Vue
Raw Normal View History

2023-09-22 15:35:58 +02:00
<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>