fix/button-css-properties
This commit is contained in:
@ -1,17 +1,14 @@
|
|||||||
.challenge-title-wrap {
|
.challenge-title-wrap {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
margin-bottom: 1.45rem;
|
margin-bottom: 1.45rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.challenge-title {
|
.challenge-title {
|
||||||
display: inline;
|
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
margin: 0;
|
|
||||||
flex-grow: 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.challenge-title-wrap > Button {
|
.challenge-title-wrap > Button {
|
||||||
flex-grow: 1;
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user