0.4.14 switch off uppercase

This commit is contained in:
SDE
2023-12-15 12:28:26 +03:00
parent 9752de70fd
commit a7f9f44790
3 changed files with 19 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
<div class="cut-width">
<div class="flex_container_footer">
<div class="footer_els_container">
{% for item in sections %}
{# {% for item in sections %}#}
<div class="footer_el">
<div class="footer_name_str medium_txt">
{# {{ item.name }}#}
@@ -23,7 +23,7 @@
{% endif %}
</div>
{% endfor %}
{# {% endfor %}#}
</div>
<div class="right_part_footer">
<div class="logo_container_footer">

View File

@@ -7,7 +7,9 @@
<img src="{{ logo }}" alt="{{ project_name }}" style="margin:0;padding:0;">
</div>
<p style="font-weight:700; font-size:25px; text-align:center;
padding:0; line-height:1em; text-transform: uppercase; color: #ff613a;
padding:0; line-height:1em;
{#text-transform: uppercase; #}
color: #ff613a;
margin: auto; max-width: 90%;
">
{{ message_title|safe }}