0.0.215 add mobile 575px

This commit is contained in:
2023-11-10 20:45:46 +03:00
parent 338a9ed08a
commit fe093aa9ac

View File

@@ -48,6 +48,9 @@
width: unset; width: unset;
margin: 80px 0; margin: 80px 0;
} }
.container_inp_w_abr{
width: 100%;
}
#abbreviation_airport_in_search{ #abbreviation_airport_in_search{
float: left; float: left;
height: 96%; height: 96%;
@@ -64,6 +67,7 @@
height: 96%; height: 96%;
width: 33%; width: 33%;
} }
.from_address_point_txt.find_route.first{ .from_address_point_txt.find_route.first{
border-radius: 10px 0 0 0; border-radius: 10px 0 0 0;
border-top: 2px solid #E6E6E6; border-top: 2px solid #E6E6E6;
@@ -83,7 +87,7 @@
width: 90%; width: 90%;
} }
.cont-el-form-search-carrier.last > select{ .cont-el-form-search-carrier.last > select{
width: 97.5%; width: 95.5%;
border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
border: 2px solid #E6E6E6; border: 2px solid #E6E6E6;
} }
@@ -134,6 +138,7 @@
} }
.wrapper_tab_button{ .wrapper_tab_button{
width: 55%; width: 55%;
margin-top: 20px;
} }
.benefit_img{ .benefit_img{
flex-wrap: wrap; flex-wrap: wrap;
@@ -525,7 +530,7 @@
} }
.menu_buttons.right .handler_menu{ .menu_buttons.right .handler_menu{
transform: rotate(270deg); transform: rotate(270deg);
left: 312px; right: -312px;
width: 91px; width: 91px;
height: 18px; height: 18px;
display: block; display: block;
@@ -986,6 +991,15 @@
} }
@media (max-width: 440px){
.container_inp_w_abr{
width: 99%;
}
.cont-el-form-search-carrier.last > select{
width: 97%;
}
}
@media (max-width: 360px){ @media (max-width: 360px){
.wrapper_content { .wrapper_content {
margin: 20px; margin: 20px;