From 6fd3c11f06d56b67dc9e6ee4c008eab09f89cfbe Mon Sep 17 00:00:00 2001 From: ArtemB Date: Mon, 20 Nov 2023 22:42:05 +0300 Subject: [PATCH] 0.0.245 small upd for w_carrier_card --- static/css/mobile_styles.css | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 24bdb5e..206d3b1 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -99,6 +99,13 @@ } @media (max-width: 1024px){ + .subscribe_inf{ + height: 364px; + } + .subscribe_inf>.clear_both{ + clear: both; + } + .phones_carrier{ display: inline-block; margin-right: 20px; @@ -1229,6 +1236,10 @@ float: unset; margin: 10px auto; } + + .subscribe_inf{ + height: unset; + } .wrapper_switch_cont>.width-100 { display: inline-block; } @@ -1497,11 +1508,13 @@ /*}*/ .another_subscribe{ padding: 15px 0 0; - flex-direction: column; - justify-content: unset; } + .read_more_about_subscribe{ + width: unset; + } + .dropdown-content{ width: 190px; top: 27px; @@ -1539,6 +1552,13 @@ width: 99%; } + .another_subscribe{ + padding: 15px 0 0; + flex-direction: column; + justify-content: unset; + + } + } @media (max-width: 440px){ @@ -1546,6 +1566,9 @@ .info_profile>div>div>.left-part-carrier-card>.container_inf_about_moving>.line_inf_about_moving>.carrier_inf_moving.left { width: 35%; } + .inf_carrier_container { + padding-top: 5px; + } .line_inf_about_moving{ margin-bottom: 60px;