TOPVERSE_Official/components/section/Section.vue

6 lines
99 B
Vue

<template>
<section px-5 py-20 md:px-30 sm:px-20 xl:px-60>
<slot />
</section>
</template>