Skip to content

Commit 237cdd3

Browse files
committed
Udpted paddings and margins to 0
1 parent 128da16 commit 237cdd3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/components/dashboard/LeaderBoard/leaderboard.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@
670670
cursor: pointer;
671671
background: rgba(255, 255, 255, 0.1);
672672
padding: 0;
673+
margin: 0;
673674
}
674675

675676
.contributor-badge-icon:hover {
@@ -696,7 +697,7 @@
696697

697698
/* Badge display in top performer cards */
698699
.top-performer-card .contributor-badges {
699-
margin-top: 4px;
700+
margin-top: 0;
700701
justify-content: center;
701702
}
702703

@@ -714,7 +715,7 @@
714715
}
715716

716717
.podium-card .contributor-badges {
717-
margin-top: 4px;
718+
margin-top: 0;
718719
justify-content: center;
719720
}
720721

@@ -772,12 +773,13 @@
772773
.badges-container {
773774
display: flex;
774775
gap: 4px;
775-
margin-top: 4px;
776+
margin-top: 0;
776777
}
777778

778779
.badge {
779780
display: inline-block;
780-
padding: 4px 10px;
781+
padding: 0;
782+
margin: 0;
781783
border-radius: 9999px;
782784
font-size: 12px;
783785
font-weight: bold;

0 commit comments

Comments
 (0)