header/footer/styles
This commit is contained in:
8
components/ui/Container.vue
Normal file
8
components/ui/Container.vue
Normal 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>
|
Reference in New Issue
Block a user