2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 13:36:47 +00:00

fix feature set

This commit is contained in:
Matthias Mair 2021-11-06 02:53:14 +01:00
parent c15bd68e72
commit 98f454505a

View File

@ -14,7 +14,7 @@
<div class="bg-gray-100 p-6 rounded-lg"> <div class="bg-gray-100 p-6 rounded-lg">
<h3 class="tracking-widest text-purple-500 text-xs font-medium title-font">{{ item.subtitle }}</h3> <h3 class="tracking-widest text-purple-500 text-xs font-medium title-font">{{ item.subtitle }}</h3>
<h2 class="text-lg cm-lgt-txt font-medium title-font mb-4">{{ item.title }}</h2> <h2 class="text-lg cm-lgt-txt font-medium title-font mb-4">{{ item.title }}</h2>
<p class="leading-relaxed text-base">{{ item.tagline }}</p> <p class="leading-relaxed text-base">{{ item.description }}</p>
</div> </div>
</div> </div>
{% endfor %} {% endfor %}