From 18a8f3d3f78d115482fdb4a002ddfc5ad82fac55 Mon Sep 17 00:00:00 2001 From: SBD Date: Sat, 9 Dec 2023 15:14:57 +0300 Subject: [PATCH] 0.0.95 --- static/aerbimCSS.css | 15 +++++++++------ templates/forms/f_project_request.html | 2 +- .../widgets/w_input_form_project_request.html | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 1f44cea..43730fd 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -339,9 +339,10 @@ body.n_scroll{ } .service_block_container{ - width: 30%; - margin-right: 3%; - /*margin-bottom: 70px;*/ + width: 28%; + margin: 0 1.5%; + /* margin-bottom: 70px; */ + padding: 10px; } .service_block_container.two_cols{ @@ -352,12 +353,14 @@ body.n_scroll{ .childs_service_container{ border-left: 1px solid #9CDDF7; - padding-left: 20px; - padding-top: 20px; + padding-left: 10px; + margin-top: 20px; } .services_block_child{ - margin-top: 30px; + margin-top: 15px; + margin-bottom: 15px; + padding: 10px; } .left_part_service{ diff --git a/templates/forms/f_project_request.html b/templates/forms/f_project_request.html index 44b95b4..ca67a7c 100644 --- a/templates/forms/f_project_request.html +++ b/templates/forms/f_project_request.html @@ -7,7 +7,7 @@ {% trans "Личные данные" %}
- {% in %} + {% include "widgets/w_input_form_project_request.html" %}
\ No newline at end of file diff --git a/templates/widgets/w_input_form_project_request.html b/templates/widgets/w_input_form_project_request.html index 72043f8..49c362a 100644 --- a/templates/widgets/w_input_form_project_request.html +++ b/templates/widgets/w_input_form_project_request.html @@ -1,4 +1,4 @@ {% load static %} \ No newline at end of file