your-gold/components/ui/Container.vue

8 lines
256 B
Vue

<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>