header/footer/styles

This commit is contained in:
2025-05-30 15:57:39 +02:00
parent 837eea76a5
commit 9246f80857
15 changed files with 419 additions and 205 deletions

View File

@ -0,0 +1,8 @@
<template>
<UContainer
class="mx-auto w-full max-w-[360px] px-[16px] sm:max-w-[768px] sm:px-[17px] md:max-w-[1000px] md:px-[24px] xl:max-w-[1920px] xl:px-[80px]">
<slot />
</UContainer>
</template>
<script lang="ts" setup></script>