File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/components/dashboard/LeaderBoard Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 644644.contributor-badges {
645645 display : flex;
646646 align-items : center;
647- gap : 8 px ;
647+ gap : 4 px ;
648648 flex-wrap : wrap;
649649 cursor : pointer;
650650 transition : all 0.2s ease;
691691 display : flex;
692692 align-items : center;
693693 justify-content : flex-start;
694- padding : 8 px ;
694+ padding : 4 px ;
695695}
696696
697697/* Badge display in top performer cards */
698698.top-performer-card .contributor-badges {
699- margin-top : 8 px ;
699+ margin-top : 4 px ;
700700 justify-content : center;
701701}
702702
771771/* Badges */
772772.badges-container {
773773 display : flex;
774- gap : 8 px ;
775- margin-top : 8 px ;
774+ gap : 4 px ;
775+ margin-top : 4 px ;
776776}
777777
778778.badge {
12881288
12891289.skeleton-badges {
12901290 display : flex;
1291- gap : 8 px ;
1291+ gap : 4 px ;
12921292}
12931293
12941294.skeleton-badge {
You can’t perform that action at this time.
0 commit comments