Skip to content

Commit

Permalink
Tweak padding on leaderboards
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Sep 4, 2024
1 parent a2bd5f7 commit 3c296f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LeaderboardMember.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ import type { MemberWithId } from "../content/config.ts";
display: flex;
align-items: center;
font-weight: bold;
padding: 0.25rem 0
}
</style>
1 change: 1 addition & 0 deletions src/components/MiniLeaderboard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ const members = await getMembers();
display: flex;
align-items: center;
font-weight: bold;
padding: 0.25rem 0
}
</style>

0 comments on commit 3c296f9

Please sign in to comment.