Skip to content

Commit

Permalink
Update products scale
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Nov 1, 2024
1 parent eafc0be commit a846acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function HomepageProducts() {
<Mobile key={product.title} {...product} />
))}
</div>
<div className="relative hidden scale-75 items-center justify-center lg:flex 2xl:scale-100">
<div className="relative hidden origin-center scale-75 items-center justify-center lg:flex 2xl:scale-100">
<AnimatedVideo video={video} />

<div className="absolute -top-[94px] left-[50%] -translate-x-[50%]">
Expand Down

0 comments on commit a846acf

Please sign in to comment.