styling fixes, progress on homepage

This commit is contained in:
Jonas Heinrich 2025-05-19 10:23:10 +02:00
parent fbdb6e779f
commit b95a3abca3
4 changed files with 31 additions and 2 deletions

View file

@ -258,6 +258,7 @@
</head>
<body {% if request.user.is_authenticated %}data-user="{{ request.user.id }}" data-useremail="{{ request.user.email }}"{% endif %}{% block body_extra_attributes %}{% endblock %}>
<div style="overflow-x: hidden;">
{% cms_toolbar %}
{% block body_tag %}{% block body %}{% block main %}{% endblock %}{% endblock %}{% endblock %}
{% block extra_footer %}{% endblock %}
@ -359,5 +360,6 @@ Xe();
{% render_block "js" %}
{% block below_scripts %}{% endblock %}
</div>
</body>
</html>