miru/src/routes/setup/+layout.svelte
2025-05-27 23:17:03 +02:00

6 lines
399 B
Svelte

<div class='w-full h-full flex items-center justify-center md:py-20 md:px-4 lg:px-10'>
<div class='absolute opacity-25 w-full h-[130%] -z-[1] bg-cover bg-no-repeat bg-[url(/bg_grid.jpg)] animate-[bg-grid-animate_60s_linear_infinite_alternate]' />
<div class='w-full md:max-w-[1140px] h-full md:max-h-[720px] flex-col flex items-center justify-center overflow-clip'>
<slot />
</div>
</div>