diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index eb64c2e..48e84cb 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -13,6 +13,15 @@ margin: 20px 16px; width: 42%; } + .another_subscribe{ + width: 90%; + } + .input_f_profile{ + width: calc(90% - 30.4px); + } + #img_msg_by_email{ + left: 33%; + } } @media (max-width: 1064px){ .header_logo, .header_btn_mover, .header_btn_sender{ @@ -128,6 +137,10 @@ .subscribe_inf_right_part{ width: 38%; + margin-bottom: 20px; + } + .subscribe_inf>.clear_both{ + clear: unset; } .button_profile_header{ @@ -987,6 +1000,16 @@ float: none; width: unset; } + .f-l>.clear_both{ + clear: unset; + } + .f-r>.clear_both{ + clear: unset; + } + + .block_inf_profile>.clear_both{ + clear: unset; + } .block_inf_profile{ padding-top: 20px; border-bottom:unset; diff --git a/static/css/styles.css b/static/css/styles.css index eca7e0e..cd3625b 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -977,7 +977,7 @@ input.deactive { margin-top: 7px; display: inline-block; position: relative; - left: 34%; + left: 29%; } .title_for_msg_by_email{