1
0
Fork 0
forked from nin0/website
website/src/components/ButtonCollection.astro
2024-07-29 16:48:24 -04:00

10 lines
No EOL
171 B
Text

<style>
div {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 1fr;
}
</style>
<div class="button-collection">
<slot />
</div>