Make the image in the About section correct size for older browsers.

This commit is contained in:
Dorian Niemiec 2024-07-29 20:49:07 +02:00
parent 3e4468161c
commit 5c56c4580d

View file

@ -12,7 +12,7 @@ const About = () => {
alt="aboutpicture" alt="aboutpicture"
width={300} width={300}
height={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"> <div className="flex flex-col justify-between">