<script setup>
import { containerMaxW } from '@/config.js';
</script>
<template>
<section class="p-6" v-bind:class="containerMaxW">
<slot />
</section>
</template>