mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
fix: serve picture in 375x375
This commit is contained in:
parent
2d79b5c152
commit
644dc989d4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ import { SKILLS } from "~/config";
|
||||||
<Image
|
<Image
|
||||||
src={me}
|
src={me}
|
||||||
alt="me"
|
alt="me"
|
||||||
width={250}
|
width={375}
|
||||||
class="rounded-full mb-4 lg:mb-0 lg:mr-8 h-[250px] w-[250px]"
|
class="rounded-full mb-4 lg:mb-0 lg:mr-8 h-[250px] w-[250px]"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue