Started on timeline
This commit is contained in:
parent
3d36a59d36
commit
76e57d82c5
8 changed files with 764 additions and 67 deletions
10
src/comps/Utils/HorizonalStack.svelte
Normal file
10
src/comps/Utils/HorizonalStack.svelte
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="flex-start">
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.flex-start{
|
||||
display: flex;
|
||||
justify-items: start;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue