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

@ -8,6 +8,12 @@
bottom: -148px;
right: -120px;
@media (max-width: 1050px) {
right: 10px;
padding-top: 10px;
bottom: -160px;
}
&-menu {
font-size: 14px;
line-height: 38px;
@ -32,6 +38,10 @@
left: 10px;
font-size: 21px;
color: #6f6f6f;
@media (max-width: 1050px) {
display: none;
}
}
}

View File

@ -356,7 +356,7 @@
flex-wrap: wrap;
column-gap: 25px;
row-gap: 20px;
margin-top: 10px;
margin-top: 33px;
max-height: 350px;
overflow-y: auto;
@ -767,6 +767,7 @@
display: flex;
justify-content: center;
align-items: center;
font-size: 0;
&:hover {
background-color: white;

View File

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

View File

@ -190,6 +190,10 @@
font-size: 22px;
line-height: 26px;
color: #263238 !important;
@media (max-width: 450px) {
font-size: 18px;
}
}
&__decs {