Skip to content

Commit

Permalink
fix(about.jsx): modified avatar image size
Browse files Browse the repository at this point in the history
Modified avatar image size.

CH-95
  • Loading branch information
[Darrick Fauvel] committed Nov 4, 2023
1 parent efa9fa4 commit 1fb2c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const About = () => {
<div className="relative">
<div className="float-right ml-4">
<img
className="rounded-full border-4 border-sky-200 transition duration-300 origin-bottom group-hover:scale-125 group-hover:rotate-3"
className="rounded-full border-4 w-[130px] h-[130px] object-cover border-sky-200 transition duration-300 origin-bottom group-hover:scale-125 group-hover:rotate-3"
src={image}
alt={name}
/>
Expand Down

0 comments on commit 1fb2c77

Please sign in to comment.