Files
blog-astro/src/structure/Row.astro
T
Avraham Sakal a116090136 begin
2024-12-15 19:51:00 -05:00

5 lines
86 B
Plaintext

---
---
<div class="flex flex-row gap-3 items-center justify-start">
<slot />
</div>