Make the image in the About section correct size for older browsers.
This commit is contained in:
parent
3e4468161c
commit
5c56c4580d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const About = () => {
|
|||
alt="aboutpicture"
|
||||
width={300}
|
||||
height={300}
|
||||
className="w-[300px] object-contain rounded-lg"
|
||||
className="w-[300px] object-contain rounded-lg flex-shrink-0"
|
||||
/>
|
||||
|
||||
<div className="flex flex-col justify-between">
|
||||
|
|
Loading…
Reference in a new issue