10 lines
338 B
Plaintext
10 lines
338 B
Plaintext
---
|
|
// TODO: Handle author, etc., via inclusion of some sort of tag in the quote, either frontmatter tags or simply [author=Person Name]
|
|
---
|
|
|
|
<div class="my-4 flex w-full items-center px-2 md:px-8">
|
|
<blockquote class="border-primary mx-auto border-l-6 pl-4 italic">
|
|
<p class="text-lg font-light"><slot /></p>
|
|
</blockquote>
|
|
</div>
|