UI: 2024 Hero component options #103971

Merged
Márton Lente merged 66 commits from ui/2024-hero-options into main 2024-09-24 13:00:31 +02:00
Showing only changes of commit 27f4f928ff - Show all commits

View File

@ -27,7 +27,7 @@
{% else %}
{% for product in products %}
<div class="col-md-6">
<div class="card d-flex flex-column p-3 w-100">
<div class="box d-flex flex-column p-3 w-100">
<div>
<h3>{{ product.name }}</h3>
<hr>