[UI] Reduce the margin on the product show page

This commit is contained in:
kulczy 2024-11-08 15:30:51 +01:00
parent 3d2307ee1b
commit 5741dd176c

View file

@ -3,7 +3,5 @@
{% block title %}{{ product.name }} | {{ parent() }}{% endblock %}
{% block content %}
<div class="container mt-4 mb-5">
{% hook 'sylius_shop.product.show' with { product, configuration } %}
</div>
{% hook 'sylius_shop.product.show' with { product, configuration } %}
{% endblock %}