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 (#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:
commit
49bcf53f7b
1 changed files with 1 additions and 3 deletions
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue