Skip to content

Commit

Permalink
Merge pull request #150 from tskaigi/feature/judge
Browse files Browse the repository at this point in the history
fix: add padding
  • Loading branch information
oku-44 authored May 11, 2024
2 parents 46dde3a + 143e10f commit 9edb66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function Home() {
<h2 className=" scroll-mt-20 text-center text-2xl font-bold text-accent lg:text-3xl">
トーク&LT審査員
</h2>
<div className="md:px-10 mb-20">
<div className="px-4 mb-20">
<Card cardData={selectionCommittee} />
</div>
</div>
Expand Down

0 comments on commit 9edb66f

Please sign in to comment.