Margin and variables stuff

This commit is contained in:
daudix
2024-10-30 20:56:30 +03:00
parent 726cd704d4
commit e867a12356
10 changed files with 40 additions and 33 deletions

View File

@ -15,11 +15,11 @@
{%- if config.extra.nav.links %}
{% include "partials/nav.html" %}
{%- endif %}
<div id="main" class="container">
<main id="main-content">
{% block custom %}{% endblock custom %}
{% block content %}{% endblock content %}
{% include "partials/extra_features.html" %}
</div>
</main>
{% include "partials/footer.html" %}
{% endblock body %}
</body>