Skip to content

Commit

Permalink
image alignment on certain breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Apr 7, 2024
1 parent a11c09a commit 44efc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcon/src/pages/road-to-devcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ const Hero = (props: any) => {
</motion.div>
</div>

<div className={`flex relative justify-center`}>
<div className={`flex relative justify-center items-end`}>
<Image
className="object-contain object-bottom w-full"
ref={firstParallaxGlobe}
Expand Down

0 comments on commit 44efc93

Please sign in to comment.