This commit is contained in:
2023-08-10 18:56:50 +03:00
parent 595b7c986b
commit 1687a71d8b
7 changed files with 114 additions and 26 deletions

View File

@ -84,6 +84,16 @@
}
}
}
@media (max-width: 450px) {
.workers_box {
.executor {
p {
max-width: 210px !important;
}
}
}
}
}
.commentFullScreen {