diff --git a/counter/static/counter/css/admin.scss b/counter/static/counter/css/admin.scss new file mode 100644 index 00000000..b5022819 --- /dev/null +++ b/counter/static/counter/css/admin.scss @@ -0,0 +1,11 @@ +.product-group { + display: flex; + flex-direction: column; + gap: 15px; + margin-bottom: 30px; + + @media screen and (min-width: 768px) { + max-width: 50%; + } +} + diff --git a/counter/templates/counter/product_list.jinja b/counter/templates/counter/product_list.jinja index b713693c..99ab4cf2 100644 --- a/counter/templates/counter/product_list.jinja +++ b/counter/templates/counter/product_list.jinja @@ -9,6 +9,11 @@ {% endblock %} +{% block additional_css %} + + +{% endblock %} + {% block content %}
@@ -58,12 +63,24 @@
{{ paginate_alpine("page", "nbPages") }}