Dev #2

Merged
imnyang merged 3 commits from dev into main 2024-12-05 18:43:17 +09:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 05c1a3d9b3 - Show all commits

어 해결

imnyang 2024-12-05 18:41:44 +09:00

View file

@ -23,4 +23,8 @@
flex-direction: column;
align-items: center;
justify-content: center;
}
.avatar:hover {
animation: rotate 1000ms linear infinite;
}

View file

@ -104,7 +104,7 @@ export default function Home() {
return (
<div className="main">
<div className="profile flex flex-col items-center gap-4">
<Image src={imageSrc} width={128} height={128} className="rounded-full" alt="Profile" priority />
<Image src={imageSrc} width={128} height={128} className="rounded-full avatar" alt="Profile" priority />
<h1 className="text-white text-2xl font-bold">hyun._.suk</h1>
<div className="flex flex-row gap-6">
{isMobile && (