mirror of
https://github.com/versia-pub/frontend.git
synced 2026-01-26 04:16:02 +01:00
14 lines
286 B
Vue
14 lines
286 B
Vue
<template>
|
|
<div
|
|
class="flex h-svh items-center justify-center px-6 py-12 lg:px-8 bg-center bg-no-repeat bg-cover"
|
|
:style="{
|
|
backgroundImage: 'url(/images/banner.webp)',
|
|
}"
|
|
>
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
</script>
|