Skip to content

Commit

Permalink
match styling of single_quote_block
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lawton committed Dec 14, 2023
1 parent ece8ce3 commit 33344ec
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<div class="tw-py-16 tw-bg-black tw-dark">
<div class="tw-container">
<div class="tw-row tw-justify-center">
<blockquote class="feature-quote">
<div class="tw-quote tw-px-2 [&_p]:tw-h2-heading">
<div class="feature-quote">
<div class="quote-content [&_p]:tw-text-white">
{{ self.quote|richtext }}
</div>
<cite class="tw-text-gray-40 tw-h6-heading tw-max-w-4xl">{{ self.cite }}</cite>
</blockquote>
<p class="tw-text-gray-40 tw-h6-heading tw-text-lg tw-max-w-4xl">{{ self.cite }}</p>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 33344ec

Please sign in to comment.