Skip to content

Commit

Permalink
プロフィール画像がおかしくなる問題に対処
Browse files Browse the repository at this point in the history
  • Loading branch information
dorimiamn committed Jan 13, 2025
1 parent 6e2f922 commit 1d6d534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ function MyProfileComponent() {
<div className="container w-4/6 mx-auto my-10">
<div className="flex flex-row">
<Image
className="rounded-full"
className="rounded-full object-contain m-auto"
src="/profile_icon_square.jpg"
width={100}
height={100}
alt="Picture of dorimiamn's icon"
/>
<div className="flex flex-col w-5/6 mx-4 my-0">
<h1 className="text-4xl mb-2">dorimiamn</h1>
<h1 className="text-4xl mt-1 mb-4 text-center">dorimiamn</h1>
<SNSLinkComponent />
</div>
</div>
Expand Down

0 comments on commit 1d6d534

Please sign in to comment.