mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-28 18:03:00 +00:00
6 lines
399 B
Svelte
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>
|