forked from nin0/website
11 lines
No EOL
163 B
Text
11 lines
No EOL
163 B
Text
<style>
|
|
|
|
div {
|
|
display: grid;
|
|
grid-auto-flow: row;
|
|
row-gap: 5px;
|
|
}
|
|
</style>
|
|
<div class="button-collection">
|
|
<slot />
|
|
</div> |