This commit is contained in:
SBD
2024-01-20 11:36:46 +03:00
parent 049412be4c
commit fefc494ba9
3 changed files with 38 additions and 3 deletions

View File

@@ -293,6 +293,28 @@
}
@media (max-width: 800px) {
.mobile_switchers_f_projects{
display: block;
margin-top: 10px;
text-align: -webkit-center;
width: 100%;
}
.left_arrow_f_projects_mobile{
filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1195%) hue-rotate(184deg) brightness(87%) contrast(95%);
width: 15px;
height: 15px;
}
.right_arrow_f_projects_mobile{
filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1195%) hue-rotate(184deg) brightness(87%) contrast(95%);
width: 15px;
height: 15px;
}
.counter_elements_projects_slider{
position: relative;
bottom: 2px;
font-size: 20px;
color: #0C54A0;
}
.label_feedback_form{
padding-left: 0;
}