Skip to content

Commit

Permalink
Adjust componet example scale
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Jul 16, 2024
1 parent 20fbb8b commit 790f022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ function ComponentExample({ href, name, children }: Readonly<ComponentExamplePro
aria-label={`Navigate to ${name}`}
title={`Navigate to ${name}`}
>
<div className="hover:105 relative flex aspect-square h-[200%] scale-50 items-center justify-center transition-all hover:scale-75">
<div className="hover:105 relative flex aspect-square h-[180%] scale-50 items-center justify-center transition-all hover:scale-75">
{children}
<div className="absolute top-0 right-0 bottom-0 left-0" />
</div>
Expand Down

0 comments on commit 790f022

Please sign in to comment.