diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 6873a45..5653bfd 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -93,7 +93,7 @@ } } -@media (max-width: 1024px) { +@media (max-width: 1024px){ .wrapper_content { margin: 20px; @@ -263,6 +263,7 @@ #title_static{ font-size: 33px; line-height: 42px; + margin-bottom: 15px; } .subscribe_inf_left_part{ @@ -725,7 +726,7 @@ left: 1px; } .info_profile{ - width: 60%; + width: 69%; float: none; /*margin-left: 25px;*/ } @@ -874,6 +875,7 @@ .left-part-carrier-card, .inf_carrier_container{ width: unset; float: none; + padding: 1px 15px; } .inf_carrier_container{ padding-top: 70px; @@ -922,6 +924,15 @@ } + .carrier-title, + .type_transportation_carrier{ + font-size: 14px; + text-align: center; + width: unset; + float: unset; + margin-top: 20px; + } + .line_inf_about_moving{ font-size: 12px; font-style: normal; @@ -940,6 +951,8 @@ .from-to-city-text{ font-size: 12px; font-weight: 400; + padding-bottom: 10px; + padding-top: unset; } .arrow_inf_about_moving{ top: 7px; @@ -954,7 +967,7 @@ text-align: center; } .inf_carrier_icon{ - width: 7%; + width: 3%; } .name_carrier{ font-size: 12px; @@ -1135,7 +1148,13 @@ } } - +@media (max-width: 950px){ +.info_profile{ + width: 65%; + float: none; + /*margin-left: 25px;*/ + } +} @media (max-width: 847px){ .container_subscribe{ margin: 20px 16px; @@ -1173,12 +1192,21 @@ /*.from_address_point_txt.find_route.first {*/ /* width: 54.1%;*/ /*}*/ + .inf_carrier_icon{ + width: 4%; + } + + .info_profile{ + width: 62%; + float: none; + /*margin-left: 25px;*/ + } } @media (max-width: 776px){ .info_profile { - width: 54%; + width: 56%; float: none;} @@ -1242,6 +1270,9 @@ flex-direction: unset; justify-content: space-evenly; } + .inf_carrier_icon{ + width: 3%; + } } @media (max-width: 687px){ /*.to_address_point_txt.find_route {*/ @@ -1341,6 +1372,9 @@ .benefit_img_about_service{ gap: 20px; } + .inf_carrier_icon{ + width: 4%; + } } @media (max-width: 466px) { @@ -1368,6 +1402,9 @@ figure { width: unset; } + .inf_carrier_icon { + width: 5%; +} } @@ -1382,6 +1419,8 @@ + + } diff --git a/templates/widgets/w_carrier_card.html b/templates/widgets/w_carrier_card.html index 8e6fd59..ec69464 100644 --- a/templates/widgets/w_carrier_card.html +++ b/templates/widgets/w_carrier_card.html @@ -1,9 +1,10 @@ {% load static %} +{% load i18n %}