Files
blog-astro/src/components/notion/Divider.astro
2025-11-28 15:29:39 +08:00

12 lines
118 B
Plaintext

---
---
<hr class="divider" />
<style>
.divider {
margin: 1rem 0;
background-color: #dedede;
}
</style>