diff --git a/static/css/styles.css b/static/css/styles.css index 232f284..9886120 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1153,6 +1153,15 @@ h2.title_new_route{ /*}*/ +#customer>.text_btn_profile{ + top: 10px; + left: 4px; +} +#mover>.text_btn_profile{ + top: 10px; + left: 4px; +} + .text_btn_profile{ color: rgba(39, 36, 36, 0.60); /* Body text 1 */ @@ -1181,9 +1190,12 @@ h2.title_new_route{ .menu_profile>div>img.svg { - position: absolute; - left: 10px; - top: 22px; + /*position: absolute;*/ + /*left: 10px;*/ + /*top: 22px;*/ + + float: left; + margin-top: 10px; } .selected{ @@ -2144,6 +2156,7 @@ button#more_button{ .button_container{ text-align: -webkit-center; width: 100%; + margin-top: 40px; } #how_it_work_b{ @@ -2151,7 +2164,6 @@ button#more_button{ background: #E6E6E6; width: 20%; height: 60px; - font-family: Inter; font-size: 18px; font-style: normal; font-weight: 600; @@ -2163,7 +2175,7 @@ button#more_button{ } .benefit_img_item{ - max-width: 30% + width: 30% }