Remove padding from outside the iframe via specific layout

This commit is contained in:
2026-07-16 09:13:48 +02:00
parent a745b29126
commit a946fd4898
3 changed files with 20 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
{% extends 'layouts/base.njk' %}
{% block content %}
<main id="main-content" tabindex="-1">
<article class="[ post ]">
<div class="[ post__body ] [ wrapper ] simulateur">
{{ content | safe }}
</div>
</article>
{% include "partials/components/contact-form.njk" %}
</main>
{% endblock %}