feat: create block from rundown empty

This commit is contained in:
Carlos Valente
2025-05-17 14:58:46 +02:00
committed by arc-alex
parent d21f132674
commit ea54953298
3 changed files with 20 additions and 6 deletions
@@ -2,3 +2,10 @@
padding-block: 1.5rem;
text-align: center;
}
.inline {
display: flex;
align-items: center;
justify-content: center;
gap: 2rem;
}