1
0
Fork 0
mirnet.org/themes/mir/layouts/partials/quote.html
brooke badc1b7c62
Some checks failed
Hugo / build (push) Failing after -9s
initial
2024-09-12 13:41:14 -04:00

13 lines
No EOL
473 B
HTML

<section class="relative text-gray-600 w-full max-w-[1000px] mx-auto">
<div class="absolute inset-0 -z-10 h-16 translate-y-10 rotate-[-5deg] rounded-lg bg-[#f1f5fc]">
<div class="h-full"></div>
</div>
<div class="px-5 py-8 w-full">
<div class="flex flex-col w-full">
<p class="text-gray-600 mx-auto leading-relaxed text-lg font-semibold">
{{ .Params.homeQuote }}
</p>
</div>
</div>
</section>