Skip to content

Commit

Permalink
home hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
elijames-codecov committed Aug 2, 2024
1 parent f12c8a7 commit cbc043f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/licenses.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ const gridHeaderText = 'block text-[0.75rem] font-[600] leading-[120%] tracking-
<header>
<div class="relative container-spill md:pl-[1.5rem] lg:pl-[3rem]">
<div class="relative flex">
<div class="w-12/12 py-[7rem] lg:pt-[15.96rem] lg:pb-[17.56rem] lg:w-4/12">
<div class="w-12/12 py-[7rem] 2xl:pt-[15.96rem] 2xl:pb-[17.56rem] lg:w-4/12">
<h1>Fair Source Licenses</h1>
</div>
<div class=""></div>
</div>
<div class="absolute hidden right-0 bottom-[-10rem] w-7/12 xl:block">
<div class="lg:absolute hidden lg:block right-0 bottom-0 top-0 xl:top-0 xl:bottom-[-10rem] w-7/12 ">
<Image src={HeroImage} alt="How to adopt fair source" densities={[1, 2, 3]}/>
</div>
</div>
Expand Down

0 comments on commit cbc043f

Please sign in to comment.