forked from nin0/website
added buttons
This commit is contained in:
parent
6d7b18dc01
commit
9b58091459
4 changed files with 30 additions and 0 deletions
10
src/components/ButtonCollection.astro
Normal file
10
src/components/ButtonCollection.astro
Normal file
|
@ -0,0 +1,10 @@
|
|||
<style>
|
||||
div {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-auto-columns: 1fr;
|
||||
}
|
||||
</style>
|
||||
<div class="button-collection">
|
||||
<slot />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue