mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[UI] Reduce the margin on the product show page
This commit is contained in:
parent
3d2307ee1b
commit
5741dd176c
1 changed files with 1 additions and 3 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue