fix: serve picture in 375x375

This commit is contained in:
Jozef Steinhübl 2024-08-02 22:34:39 +02:00
parent 2d79b5c152
commit 644dc989d4
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -59,7 +59,7 @@ import { SKILLS } from "~/config";
<Image
src={me}
alt="me"
width={250}
width={375}
class="rounded-full mb-4 lg:mb-0 lg:mr-8 h-[250px] w-[250px]"
/>