[Sync] Continue on timeline

This commit is contained in:
BOT Alex 2024-04-03 17:56:31 +02:00
parent 172c49f72e
commit e19bc385a1
3 changed files with 36 additions and 28 deletions

View file

@ -1,16 +1,8 @@
<div class="centralize">
<div class="flex-start">
<slot></slot>
</div>
<slot></slot>
</div>
<style>
.flex-start{
display: flex;
justify-items: start;
padding: 0;
}
.centralize{
display: grid;