1
0
Fork 0
mirnet.org/themes/mir/layouts/partials/quote.html
brooke 3bddc9c092 general improvements. single default, addded dark theme.
fixed issue with contact form color overlay.
2024-09-13 13:50:19 -04:00

13 lines
No EOL
448 B
HTML

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