diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index e88d4b8..702f397 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2210,7 +2210,7 @@ font-size: 16px; font-weight: 500; display: block; - padding-bottom: 10px; + padding-top: 15px; padding-left: 10px; } diff --git a/static/css/styles.css b/static/css/styles.css index c583893..2c9d4f5 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1042,7 +1042,7 @@ section.login>form { } .inputs_l { - width: 104%; + width: 100%; height: 60px; margin-bottom: 20px; } @@ -2239,12 +2239,17 @@ button#more_button{ margin: 0 auto; } .left_inputs_form{ - float: left; - width: 45%; + /*float: left;*/ + /*width: 45%;*/ + display: inline-block; + width: 42%; + padding-right: 14px; } .right_inputs_form{ - float: right; + /*float: right;*/ + /*width: 50%;*/ width: 50%; + display: inline-block; } .counter-box{ @@ -2828,6 +2833,10 @@ details[open] summary ~ *{ margin-top: 30px; } +.previous_next_news>.news_item:nth-child(2){ + margin: 0 20px; +} + diff --git a/templates/blocks/static_pages_blocks/b_feedback_form.html b/templates/blocks/static_pages_blocks/b_feedback_form.html index 120d5ab..893ac3c 100644 --- a/templates/blocks/static_pages_blocks/b_feedback_form.html +++ b/templates/blocks/static_pages_blocks/b_feedback_form.html @@ -62,7 +62,7 @@ -
+