1
0
Fork 0

update opacity of header image
Some checks failed
Hugo / build (push) Failing after -16s

This commit is contained in:
brooke 2024-09-12 13:48:19 -04:00
parent 3a9fad7f39
commit 031c4664d7

View file

@ -1,7 +1,7 @@
<section class="flex py-24 px-5 gap-4 flex-col md:flex-row max-w-[1000px] mx-auto container "> <section class="flex py-24 px-5 gap-4 flex-col md:flex-row max-w-[1000px] mx-auto container ">
<div class="w-full relative inline-block"> <div class="w-full relative inline-block">
<img src="{{ .Params.headerImg }}" alt="Header Image" class="rounded-lg" /> <img src="{{ .Params.headerImg }}" alt="Header Image" class="rounded-lg" />
<div class="absolute inset-0 bg-white opacity-50 rounded-lg pointer-events-none"></div> <div class="absolute inset-0 bg-white opacity-20 rounded-lg pointer-events-none"></div>
</div> </div>
<div class="w-full"> <div class="w-full">
<p class="lg:w-2/3 mx-auto text-4xl sm:text-5xl uppercase text-left title-font mb-4"> <p class="lg:w-2/3 mx-auto text-4xl sm:text-5xl uppercase text-left title-font mb-4">