Skip to content

Commit

Permalink
🎨style: add scale down up animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Sep 24, 2024
1 parent b6c14e6 commit 8a44ad9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ export default function Home(): JSX.Element {
className="absolute object-contain opacity-10 size-full -z-10"
/>
<h2 className="font-bold font-zenMaruGothic text-2xl">
<Link href={SECRETARIAT.pathname} className="text-sky-400 underline">
<Link
href={SECRETARIAT.pathname}
className="block scale-down-up text-sky-400 underline"
>
事務局の想い
</Link>
</h2>
Expand Down
2 changes: 1 addition & 1 deletion app/partner/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function SponserPage(): JSX.Element {
<h2 className="font-bold font-zenMaruGothic text-3xl">
<Link
href={PARTNER.pathname + area.menu.pathname}
className={`underline ${area.color.text}`}
className={`block mx-auto scale-down-up underline w-fit ${area.color.text}`}
>
{area.menu.name}
</Link>
Expand Down

0 comments on commit 8a44ad9

Please sign in to comment.