Skip to content

Commit

Permalink
🚑fix: secretariat components align (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Sep 20, 2024
1 parent 8d8b7f7 commit 94a1533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/secretariat/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Secretariat(): JSX.Element {
return (
<>
<Heading menus={[SECRETARIAT]} />
<section className="px-2 space-y-4 md:text-sm">
<section className="gap-4 grid justify-center px-2 md:text-sm">
<h2 className="font-bold font-zenMaruGothic mx-auto text-2xl w-max">
こどもテックキャラバン
<br className="sm:hidden" />
Expand All @@ -57,7 +57,7 @@ export default function Secretariat(): JSX.Element {
width={58}
height={58}
alt="17 パートナーシップで目標を達成しよう"
className="h-full"
className="object-contain h-full"
/>
</div>
<p>
Expand Down Expand Up @@ -87,7 +87,7 @@ export default function Secretariat(): JSX.Element {
))}
</ul>
</section>
<section className="px-2 space-y-4 md:text-sm">
<section className="gap-4 grid justify-center px-2 md:text-sm">
<h2 className="font-bold font-zenMaruGothic mx-auto text-2xl w-max">
こどもテックキャラバンの
<br className="sm:hidden" />
Expand Down

0 comments on commit 94a1533

Please sign in to comment.