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

@@ -1507,8 +1507,7 @@ body.n_scroll{
}
.info_part_b_projects_slider{
padding: 0 30px;
width: 90%;
width: calc(100% - 120px);
}
.el_container_projects_slider{
@@ -1521,6 +1520,10 @@ body.n_scroll{
display: none;
}
.mobile_switchers_f_projects{
display: none;
}
.left_part_proj{
width: 47.5%;
margin-right: 2.5%;

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