forked from nin0/website
10 lines
No EOL
171 B
Text
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> |