1
0
Fork 0

update header size
All checks were successful
Hugo / build (push) Successful in -12s

This commit is contained in:
brooke 2024-09-12 15:47:13 -04:00
parent 6380a3ee9b
commit 7e1f1b537a
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<section class="flex py-24 px-5 gap-4 flex-col md:flex-row mx-auto container ">
<section class="flex py-12 px-5 gap-4 flex-col md:flex-row mx-auto container ">
<div class="w-full relative inline-block">
<img src="{{ .Params.headerImg }}" alt="Header Image" class="rounded-lg" />
<div class="absolute inset-0 bg-white opacity-20 rounded-lg pointer-events-none"></div>

File diff suppressed because one or more lines are too long