We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12658d3 commit 506763cCopy full SHA for 506763c
client/src/templates/Challenges/components/challenge-title.css
@@ -1,5 +1,6 @@
1
.challenge-title-wrap {
2
text-align: center;
3
+ padding-top: 10px;
4
}
5
6
.challenge-title {
@@ -11,9 +12,7 @@
11
12
flex-direction: row;
13
justify-content: space-around;
14
font-size: 16px;
- margin-left: -10px;
15
- margin-right: -10px;
16
- border-bottom: 1px solid var(--quaternary-color);
+ border: 1px solid var(--quaternary-background);
17
height: 25px;
18
19
@@ -31,6 +30,7 @@
31
30
flex-grow: 1;
32
flex-shrink: 2;
33
background-color: var(--quaternary-background);
+ padding: 0px 3px;
34
35
36
.breadcrumb-center {
@@ -56,6 +56,7 @@
56
overflow: hidden;
57
text-overflow: ellipsis;
58
white-space: nowrap;
59
60
61
62
.breadcrumb-rule {
0 commit comments