Spaces:
Runtime error
Runtime error
File size: 622 Bytes
63858e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
#sentence-input {
margin-bottom: -30px;
margin-right: -30px;
margin-left: 10px;
width: 90%;
form {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
align-items: center;
.form-group {
flex-grow: 3;
input {
// flex-grow: 4;
width: 100%;
margin-right: 5%;
}
}
.padding {
flex-grow: 0.3;
}
.btn {
flex-grow: 1;
// display: inline-block;
}
}
} |