diff --git a/static/css/styles.css b/static/css/styles.css index e82be5d..376b0c9 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1853,7 +1853,7 @@ button#more_button{ } .feedback_form{ - margin-top: 120px; + margin-top: 60px; padding: 0px 40px 0px 40px; } @@ -1877,10 +1877,12 @@ button#more_button{ } .counter-box>textarea{ - border-radius: 10px; + border-radius: 10px; border: 1px solid #FF613A; - width: 400px; - height: 140px; + width: 405px; + height: 130px; + min-width: 65px; + padding: 10px 0px 0px 10px; } .counter-text{ position: absolute; @@ -1889,6 +1891,21 @@ button#more_button{ color: #7E7E7E; } +.button_feedback_form{ + text-align: center; +} +button#send_feedback_form{ + border-radius: 10px; + background: #FF613A; + height: 60px; + color: #FFF; + font-size: 18px; + font-style: normal; + font-weight: 600; + line-height: 26px; + width: 100%; + margin-top: 13px; +} /*end_static_pages*/ diff --git a/templates/blocks/static_pages_blocks/b_about_service.html b/templates/blocks/static_pages_blocks/b_about_service.html index 0d60422..1068ed1 100644 --- a/templates/blocks/static_pages_blocks/b_about_service.html +++ b/templates/blocks/static_pages_blocks/b_about_service.html @@ -76,7 +76,11 @@ + +