[UI] Reduce the margin on the product show page (#17454)

<img width="734" alt="Zrzut ekranu 2024-11-8 o 15 29 28"
src="https://github.com/user-attachments/assets/717ab773-10bd-46c6-a8ac-f145cee94eac">
This commit is contained in:
Grzegorz Sadowski 2024-11-10 14:32:26 +01:00 committed by GitHub
commit 49bcf53f7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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