Skip to content

Commit 8758594

Browse files
author
vikasrohit
authored
Merge pull request #1210 from yoution/issue-1202
Issue 1202
2 parents 7e83f66 + c771b8a commit 8758594

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/ChallengesComponent/ChallengesComponent.module.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
font-size: 24px;
1313
font-weight: 700;
14+
margin-right: 5px;
1415
line-height: 29px;
1516
color: $challenges-title;
1617
text-align: center;
@@ -22,12 +23,17 @@
2223
justify-content: space-between;
2324
align-items: center;
2425
padding: 0 20px;
26+
2527
}
2628

2729
.titleLinks {
2830
align-items: center;
2931
display: flex;
3032

33+
> span a {
34+
margin: 2px 5px 0;
35+
}
36+
3137
> a + a {
3238
margin-left: 20px;
3339
}

0 commit comments

Comments
 (0)