This commit is contained in:
Le Van Duc 2023-11-24 09:44:08 +07:00
parent 23cbf32455
commit 4f042548cf
3 changed files with 10 additions and 14 deletions

View file

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