wn-discoteam-theme/partials/feature.htm

13 lines
372 B
HTML
Raw Normal View History

2024-09-26 13:46:55 +02:00
<div class="flex flex-row space-x-6 items-center mt-4 first:mt-0">
<svg class="size-10 text-indigo-400 fill-current"> <use xlink:href="{{ icon | sprite }}"></use> </svg>
2024-09-26 15:27:07 +02:00
<div>
<div class="text-sm md:text-base">
{{ content }}
</div>
<div class="text-xs md:text-sm">
{{ subcontent }}
</div>
</div>
2024-09-26 13:46:55 +02:00
</div>