style forms, and associate products with user

This commit is contained in:
Tykayn 2025-02-14 18:17:31 +01:00 committed by tykayn
parent e5708e9e5f
commit e7d6b66f70
11 changed files with 90 additions and 21 deletions

View file

@ -54,13 +54,12 @@ logged
{% include 'logged/nav.html.twig' %}
<div class="container">
<div class="row">
<div class="col col-xs-12 col-sm-9 col-sm-offset-3 col-md-9 col-md-offset-3 col-lg-offset-3">
{% block body %}
{% endblock %}
</div>
</div>
<div class="row">
<div class="main-container-box col col-xs-12 col-sm-9 col-sm-offset-3 col-md-9 col-md-offset-3 col-lg-offset-3">
{% block body %}
{% endblock %}
</div>
</div>
</div>
{% include 'default/footer.html.twig' %}
{% endblock %}