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