0.4.8 section text, fix verdana fails
This commit is contained in:
@@ -1085,7 +1085,7 @@ body.n_scroll{
|
|||||||
|
|
||||||
.description_item_features_container{
|
.description_item_features_container{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 300;
|
font-weight: 600;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
max-height: 85px;
|
max-height: 85px;
|
||||||
@@ -1093,7 +1093,7 @@ body.n_scroll{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title_item_features_container{
|
.title_item_features_container{
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -40,15 +40,6 @@
|
|||||||
{% for widget in block.get_widgets %}
|
{% for widget in block.get_widgets %}
|
||||||
{% include 'widgets/w_functuional_features_item.html' %}
|
{% include 'widgets/w_functuional_features_item.html' %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{# {% include 'widgets/w_functuional_features_item.html' %}#}
|
|
||||||
{# {% include 'widgets/w_functuional_features_item.html' %}#}
|
|
||||||
{# {% include 'widgets/w_functuional_features_item.html' %}#}
|
|
||||||
{# {% include 'widgets/w_functuional_features_item.html' %}#}
|
|
||||||
{# {% include 'widgets/w_functuional_features_item.html' %}#}
|
|
||||||
{# {% include 'widgets/w_functuional_features_item.html' %}#}
|
|
||||||
{# {% include 'widgets/w_functuional_features_item.html' %}#}
|
|
||||||
{# {% include 'widgets/w_functuional_features_item.html' %}#}
|
|
||||||
{# {% include 'widgets/w_functuional_features_item.html' %}#}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<div class="title_page standart_txt">{{ page.title }}</div>
|
<div class="title_page standart_txt">{{ page.title }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.text %}
|
{% if page.text %}
|
||||||
<div class="standart_txt">{{ page.text|safe }}</div>
|
<div style="padding: 20px 0;">{{ page.text|safe }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user