Skip to content

Commit

Permalink
leaderboard fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
AlotOfTypos committed Oct 14, 2024
1 parent b0d68a2 commit cfae14a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions frontend2/components/Ranks/LeaderBoard/LeaderBoard.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.collection{
background-color: #87562A;
margin: 2rem;
margin-top: 10rem;
width: 100%;
padding: 3rem;
}

.title {
font-size: 2rem;
font-weight: bold;
color: #F5EDE5;
margin-bottom: 1rem;
}
2 changes: 2 additions & 0 deletions frontend2/components/Ranks/MemberCard/MemberCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
border-radius: 1rem;
background-color: #DD995B;
align-items: center;
border: none;
color: #F5EDE5;
}

0 comments on commit cfae14a

Please sign in to comment.