New Problem UI (Problem Information & Submit Button) (#95)

This commit is contained in:
Van Duc Le 2023-11-23 21:23:14 -06:00 committed by GitHub
parent 32a1ea8919
commit 729a28bce5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 177 additions and 15 deletions

View file

@ -422,13 +422,25 @@ ul.problem-list {
border-radius: 25px;
font-size: 14px;
height: 25px;
width: 100%;
width: 98%;
display: table;
padding: 5px;
margin-top: 12px;
margin-top: 14px;
border: solid;
border-color: black;
border-width: 0.1px;
}
.info-block {
display:table-cell;
vertical-align:middle;
margin-right: auto;
}
@media screen and (min-width: 1100px) {
.d-flex-problem {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}