Skip to content

Commit

Permalink
fix: adjusts lottie animation size
Browse files Browse the repository at this point in the history
  • Loading branch information
acn3to committed Aug 30, 2022
1 parent 73a6d0e commit f8a4cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const About = () => {
</Link>
</div>
<div className="w-full h-auto m-auto shadow-gray-400 flex items-center justify-center p-4 hover:scale-110 ease-in-out duration-300">
<Lottie options={defaultOptions} height={400} width={400} />
<Lottie options={defaultOptions} height={350} width={350} />
</div>
</div>
</div>
Expand Down

0 comments on commit f8a4cdf

Please sign in to comment.