File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/components/dashboard/LeaderBoard Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 670670 cursor : pointer;
671671 background : rgba (255 , 255 , 255 , 0.1 );
672672 padding : 0 ;
673+ margin : 0 ;
673674}
674675
675676.contributor-badge-icon : hover {
696697
697698/* Badge display in top performer cards */
698699.top-performer-card .contributor-badges {
699- margin-top : 4 px ;
700+ margin-top : 0 ;
700701 justify-content : center;
701702}
702703
714715}
715716
716717.podium-card .contributor-badges {
717- margin-top : 4 px ;
718+ margin-top : 0 ;
718719 justify-content : center;
719720}
720721
772773.badges-container {
773774 display : flex;
774775 gap : 4px ;
775- margin-top : 4 px ;
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;
You can’t perform that action at this time.
0 commit comments