File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ const MineInfos = () => {
3636 < h2 className = "text-2xl font-bold leading-none" > Web & Software Developer </ h2 >
3737 < p className = "text-md font-thin text-zinc-400 leading-none" > Build Stuff. Sometimes It Works.</ p >
3838 < div className = "flex items-center gap-2" >
39- < a className = "opacity-50 hover:opacity-100 transition-opacity" href = "https://x.com/oopserian" target = "_blank" >
39+ < a className = "opacity-50 hover:opacity-100 transition-[transform, opacity] hover:-rotate-12 hover:scale-110 " href = "https://x.com/oopserian" target = "_blank" >
4040 < IconBrandX size = { 20 } />
4141 </ a >
42- < a className = "opacity-50 hover:opacity-100 transition-opacity" href = "https://github.com/oopserian" target = "_blank" >
42+ < a className = "opacity-50 hover:opacity-100 transition-[transform, opacity] hover:rotate-6 hover:scale-110 " href = "https://github.com/oopserian" target = "_blank" >
4343 < IconBrandGithub size = { 20 } />
4444 </ a >
45- < a className = "opacity-50 hover:opacity-100 transition-opacity" href = "mailto:oopserian@gmail.com" target = "_blank" >
45+ < a className = "opacity-50 hover:opacity-100 transition-[transform, opacity] hover:-rotate-6 hover:scale-110 " href = "mailto:oopserian@gmail.com" target = "_blank" >
4646 < IconMail size = { 20 } />
4747 </ a >
4848 </ div >
You can’t perform that action at this time.
0 commit comments