fixes
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -84,6 +84,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 450px) {
|
||||
.workers_box {
|
||||
.executor {
|
||||
p {
|
||||
max-width: 210px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.commentFullScreen {
|
||||
|
@ -190,6 +190,10 @@
|
||||
font-size: 22px;
|
||||
line-height: 26px;
|
||||
color: #263238 !important;
|
||||
|
||||
@media (max-width: 450px) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
&__decs {
|
||||
|
Reference in New Issue
Block a user