This commit is contained in:
SBD
2023-12-09 15:14:57 +03:00
parent 0ce1b0986d
commit 18a8f3d3f7
3 changed files with 11 additions and 8 deletions

View File

@@ -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{

View File

@@ -7,7 +7,7 @@
{% trans "Личные данные" %}
</div>
<div class="content_group_inputs_f_p_j">
{% in %}
{% include "widgets/w_input_form_project_request.html" %}
</div>
</div>
</form>

View File

@@ -1,4 +1,4 @@
{% load static %}
<label>
{{ }}
{{ project_request_form.name_input.label }}
</label>