어 해결
This commit is contained in:
parent
bf4f69f790
commit
05c1a3d9b3
2 changed files with 5 additions and 1 deletions
|
|
@ -23,4 +23,8 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.avatar:hover {
|
||||
animation: rotate 1000ms linear infinite;
|
||||
}
|
||||
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue