Skip to content

Commit 506763c

Browse files
authored
fix(client): breadcrumbs touchup (freeCodeCamp#40911)
1 parent 12658d3 commit 506763c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

client/src/templates/Challenges/components/challenge-title.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.challenge-title-wrap {
22
text-align: center;
3+
padding-top: 10px;
34
}
45

56
.challenge-title {
@@ -11,9 +12,7 @@
1112
flex-direction: row;
1213
justify-content: space-around;
1314
font-size: 16px;
14-
margin-left: -10px;
15-
margin-right: -10px;
16-
border-bottom: 1px solid var(--quaternary-color);
15+
border: 1px solid var(--quaternary-background);
1716
height: 25px;
1817
}
1918

@@ -31,6 +30,7 @@
3130
flex-grow: 1;
3231
flex-shrink: 2;
3332
background-color: var(--quaternary-background);
33+
padding: 0px 3px;
3434
}
3535

3636
.breadcrumb-center {
@@ -56,6 +56,7 @@
5656
overflow: hidden;
5757
text-overflow: ellipsis;
5858
white-space: nowrap;
59+
padding: 0px 3px;
5960
}
6061

6162
.breadcrumb-rule {

0 commit comments

Comments
 (0)