diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 78d9325..d703ce1 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -48,6 +48,9 @@ width: unset; margin: 80px 0; } + .container_inp_w_abr{ + width: 100%; + } #abbreviation_airport_in_search{ float: left; height: 96%; @@ -64,6 +67,7 @@ height: 96%; width: 33%; } + .from_address_point_txt.find_route.first{ border-radius: 10px 0 0 0; border-top: 2px solid #E6E6E6; @@ -83,7 +87,7 @@ width: 90%; } .cont-el-form-search-carrier.last > select{ - width: 97.5%; + width: 95.5%; border-radius: 0 0 10px 10px; border: 2px solid #E6E6E6; } @@ -134,6 +138,7 @@ } .wrapper_tab_button{ width: 55%; + margin-top: 20px; } .benefit_img{ flex-wrap: wrap; @@ -525,7 +530,7 @@ } .menu_buttons.right .handler_menu{ transform: rotate(270deg); - left: 312px; + right: -312px; width: 91px; height: 18px; 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){ .wrapper_content { margin: 20px;