Skip to content

Commit

Permalink
Merge pull request #4 from chadwhitacre/cwlw/remove-floating-head
Browse files Browse the repository at this point in the history
Remove floating head
  • Loading branch information
elijames-codecov committed Aug 1, 2024
2 parents c9fc670 + 470f7b6 commit a49bb9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file removed src/assets/home/developer.png
Binary file not shown.
2 changes: 0 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import companies from '../data/companies.json';
import { Image } from 'astro:assets';
import fairSourceImage from '../assets/home/fairsource.png';
import developerImage from '../assets/home/developer.png';
---
Expand Down Expand Up @@ -54,7 +53,6 @@ import developerImage from '../assets/home/developer.png';
<Section sectionStyles="px-[1.5rem] lg:px-[3.5rem]" backgroundStyling="bg-[url('/images/background-images/learnfairsource.svg')] w-full top-0 left-0 right-0 min-h-[20rem] bottom-[80%] md:bottom-[60%] lg:bottom-[55%] lg:bg-cover lg:bottom-0 lg:bg-cover xl:h-auto xl:w-1/2 xl:bottom-0 xl:bg-[top-20%_left] xl:h-auto">
<div class="w-12/12 xl:w-1/2 h-auto min-h-[20rem] xl:h-full flex items-center justify-center">
<div class="relative w-1/2 xl:block xl:absolute xl:bottom-0 xl:left-0 xl:w-12/12 xl:w-1/2">
<Image src={developerImage} alt="Understand Fair Source" />
</div>
</div>
<div class="w-12/12 xl:w-1/2">
Expand Down

0 comments on commit a49bb9d

Please sign in to comment.