Skip to content

Commit

Permalink
fix: update positioning of large tree on larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorien Grönwald committed Jul 5, 2024
1 parent 3cc6674 commit 6000d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tsx/components/homepage/HomepageHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function HomepageHero() {
Bewässerung abgegeben werden können.
</p>
<button
className={`hidden items-center justify-center gap-x-4 rounded-2xl w-max font-semibold px-5 py-2 group bg-green-dark-900 transition-color ease-in-out duration-300 text-white hover:bg-green-light-900 hover:border-green-light-900
className={`hidden items-center justify-center gap-x-4 rounded-2xl w-max font-semibold px-5 py-2 group bg-green-light-900 transition-color ease-in-out duration-300 text-white hover:bg-green-middle-900 hover:border-green-middle-900
${hasCookie('green_ecolution_initial_load') ? 'xl:flex' : '' }`}
onClick={handleOpenOverlay}
>
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/components/homepage/HomepageHeroTrees.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function HomepageHeroTrees() {
animationData={treeMiddleGreenAnimation} />
</figure>

<figure aria-hidden="true" className="hidden absolute -right-20 -z-30 bottom-16 md:block lg:bottom-32 xl:bottom-48 2xl:right-40 2xl:bottom-32 3xl:right-[12%] landscape:bottom-4 lg:landscape:bottom-32">
<figure aria-hidden="true" className="hidden absolute -right-20 -z-30 bottom-16 md:block lg:bottom-32 xl:bottom-48 2xl:right-52 2xl:bottom-32 3xl:right-[12%] landscape:bottom-4 lg:landscape:bottom-32">
<Lottie
aria-hidden="true"
className="h-[55vh] md:h-[60vh] md:min-h-96"
Expand Down

0 comments on commit 6000d76

Please sign in to comment.