gallowelds.com/themes/gallo/layouts/partials/header.html
brooke 152b0f9761
All checks were successful
Hugo / build (push) Successful in 5s
update
2024-08-05 13:38:43 -04:00

13 lines
510 B
HTML

<section
style="background-blend-mode: multiply; background: url({{ .Params.headerImg }}) rgba(0, 0, 0, 0.75); background-position: center; background-size: cover;"
class="flex justify-start py-36 px-5"
>
<div class="flex flex-col w-full mx-auto container">
<p class="lg:w-2/3 mx-auto text-3xl text-left font-bold title-font mb-4">
{{ .Params.headerTitle }}
</p>
<p class="lg:w-2/3 text-md mx-auto leading-relaxed text-base">
{{ .Params.headerDesc }}
</p>
</div>
</section>