Skip to content

Commit

Permalink
fix(website): hero overflow-right taikogeom (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfderechter committed Dec 15, 2022
1 parent 5a7deb0 commit 2fa40e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ export default function Hero() {

<div
id="taikoGeomParent"
className="absolute inset-y-0 -right-6 overflow-hidden h-full w-11/12 lg:absolute lg:inset-y-0 lg:right-0 lg:h-full lg:w-1/2"
className="absolute inset-y-0 right-0 overflow-hidden h-full w-11/12 lg:absolute lg:inset-y-0 lg:right-0 lg:h-full lg:w-1/2"
>
<img
id="taikoGeom"
className="absolute z-0 overflow-visible h-full w-full object-cover max-w-none"
className="absolute z-0 -right-6 overflow-visible h-full w-full object-cover max-w-none"
src="./img/Taiko_GEOM_1_Fluo_Sliced.svg"
alt=""
/>
Expand Down

0 comments on commit 2fa40e0

Please sign in to comment.