Skip to content

Commit

Permalink
fix: visual alignment on headline
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Mar 13, 2024
1 parent ff9d377 commit f2ab6cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/(main)/Headline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Designer() {

function OCD() {
return (
<span className="group">
<span className="group inline-flex items-center">
<SparkleIcon className="mr-1 inline-flex transform-gpu transition-transform duration-500 group-hover:rotate-180" />
<span>细节控</span>
</span>
Expand All @@ -42,7 +42,7 @@ function OCD() {

function Founder() {
return (
<span className="group">
<span className="group inline-flex items-center">
<UserSecurityIcon className="mr-1 inline-flex group-hover:fill-zinc-600/20 dark:group-hover:fill-zinc-200/20" />
<span>创始人</span>
</span>
Expand All @@ -64,7 +64,7 @@ export function Headline() {
}}
>
<Developer /><Designer />
<br />
<span className="block h-2" />
<OCD /><Founder />
</motion.h1>
<motion.p
Expand Down

0 comments on commit f2ab6cd

Please sign in to comment.