Skip to content

Commit

Permalink
fix: ランキングの下の方が見れない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-shobon committed Nov 9, 2024
1 parent 40be454 commit d3303d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Ranking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function RankingList() {
}, [isValidating, loadMore, hasMore]);

return (
<div className="grid gap-y-2">
<div className="grid gap-y-2 py-16">
<div className="text-center text-2xl drop-shadow-md">ランキング</div>
<ul className="grid gap-y-4">
{ranking.map(
Expand Down

0 comments on commit d3303d3

Please sign in to comment.