fix/button-css-properties

This commit is contained in:
moT01
2019-06-07 12:52:20 -05:00
parent f2462cedb6
commit 16188badd6

View File

@ -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;
} }