Update
This commit is contained in:
parent
23cbf32455
commit
4f042548cf
3 changed files with 10 additions and 14 deletions
|
@ -437,10 +437,10 @@ ul.problem-list {
|
|||
margin-right: auto;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1100px) {
|
||||
@media screen and (min-width: 11000px) {
|
||||
.d-flex-problem {
|
||||
display: -webkit-box !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue