driver.js / docs /src /components /Container.astro
kamrify's picture
Add basic home setup
c73f86b
raw
history blame
60 Bytes
<div class="max-w-[1050px] mx-auto px-10">
<slot />
</div>