fix: styling

This commit is contained in:
2025-01-03 13:53:11 +01:00
parent 14bffea27f
commit a05bd3f499
+2 -2
View File
@@ -50,10 +50,10 @@
</div>
</div>
<div class="my-4 sm:gap-4 sm:items-center sm:flex sm:m-8">
<div class="my-4 sm:gap-4 items-center flex sm:m-8">
{% if user.is_authenticated %}
<div hx-get="{% url 'web:wishlist_button' pk=product.pk %}" hx-trigger="load, updated-wishlist">
<div class="mr-2" hx-get="{% url 'web:wishlist_button' pk=product.pk %}" hx-trigger="load, updated-wishlist">
</div>
{% endif %}