This commit is contained in:
SBD
2023-11-21 22:22:02 +03:00
parent 88e6c7eee8
commit 64d6860e58
2 changed files with 5 additions and 1 deletions

View File

@@ -146,6 +146,10 @@ html, body{
min-height: 695px; min-height: 695px;
} }
.wrapper_content.m_h_0{
min-height: unset;
}
/*.wrapper_main{*/ /*.wrapper_main{*/
/* max-width: 1280px;*/ /* max-width: 1280px;*/
/* margin: auto;*/ /* margin: auto;*/

View File

@@ -84,7 +84,7 @@
</div> </div>
</div> </div>
{% endif %} {% endif %}
<div class="wrapper_content"> <div class="wrapper_content {% if page.url == 'customer_service' %} m_h_0{% endif %}">
{% block content %} {% block content %}
{% endblock %} {% endblock %}