Main page

This commit is contained in:
itqop 2024-03-18 01:20:45 +03:00
parent 7b18e02c7e
commit 8e2613df99
2 changed files with 14 additions and 1 deletions

View File

@ -12,6 +12,19 @@ html, body {
flex: 1; flex: 1;
} }
.container {
padding-top: 25px;
}
.container img {
display: block;
margin: 0 auto;
}
.font-main {
font-size: 14pt;
}
@media (max-width: 992px) { @media (max-width: 992px) {
#target-main { #target-main {
max-height: 0; max-height: 0;

View File

@ -86,7 +86,7 @@
<div class="content"> <div class="content">
{% block content_full %} {% block content_full %}
{% endblock %} {% endblock %}
<section class="container"> <section class="container {% if page.get_children|length > 0 %}font-main{% endif %}">
{% block content %} {% block content %}
{% endblock %} {% endblock %}
</section> </section>