0.0.136
This commit is contained in:
@@ -127,6 +127,7 @@ body.n_scroll{
|
|||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.semi_large_light{
|
.semi_large_light{
|
||||||
color: #000000;
|
color: #000000;
|
||||||
/*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/
|
/*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/
|
||||||
@@ -407,6 +408,11 @@ body.n_scroll{
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.px30_txt{
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*how with us working*/
|
/*how with us working*/
|
||||||
|
|
||||||
.container_how_w_us_working{
|
.container_how_w_us_working{
|
||||||
@@ -657,6 +663,7 @@ body.n_scroll{
|
|||||||
.plugin_txt{
|
.plugin_txt{
|
||||||
margin-bottom: 35px;
|
margin-bottom: 35px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin_description{
|
.plugin_description{
|
||||||
@@ -1456,7 +1463,7 @@ body.n_scroll{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.name_proj{
|
.name_proj{
|
||||||
font-size: 20px;
|
font-size: 30px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
/*text-transform: uppercase;*/
|
/*text-transform: uppercase;*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{# h_w_u_w - how with us working #}
|
{# h_w_u_w - how with us working #}
|
||||||
<div {% include "block_settings/blocks_settings.html" %}>
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div class="cut-width">
|
<div class="cut-width">
|
||||||
<div class="large_txt h_w_u_w">
|
<div class="large_txt h_w_u_w px30_txt">
|
||||||
{{ block.name }}
|
{{ block.name }}
|
||||||
</div>
|
</div>
|
||||||
{% if block.get_widgets %}
|
{% if block.get_widgets %}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<img class="service_img" src="{{ MEDIA_URL }}{{ service.picture }}">
|
<img class="service_img" src="{{ MEDIA_URL }}{{ service.picture }}">
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="right_part_service medium_small_bold_txt {% if not service.picture %}w_100{% endif %}">
|
<div class="right_part_service medium_small_bold_txt px30_txt{% if not service.picture %} w_100{% endif %}">
|
||||||
{{ service.name }}
|
{{ service.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="clear_both"></div>
|
<div class="clear_both"></div>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
<div class="description_form_feedback">
|
<div class="description_form_feedback">
|
||||||
<div class="medium_txt title_form_feedback">
|
<div class="medium_txt title_form_feedback px30_txt">
|
||||||
{{ block.name }}
|
{{ block.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="standart_txt description_form_feedback_txt">
|
<div class="standart_txt description_form_feedback_txt">
|
||||||
|
|||||||
Reference in New Issue
Block a user