wn-discoteam-theme/partials/listelement.htm

10 lines
418 B
HTML
Raw Normal View History

2024-02-17 12:36:47 +01:00
<div class="mt-5 sm:mt-3">
2024-02-13 02:18:27 +01:00
<div class="flex items-center">
2024-02-17 12:36:47 +01:00
<div class="flex-none bg-neutral-900 text-white w-8 sm:w-10 h-8 sm:h-10 flex items-center justify-center rounded-full sm:text-xl shadow font-semibold">{{number}}</div>
<div class="text-lg sm:text-2xl ml-3 sm:ml-6 font-semibold">{{title}}</div>
2024-02-13 02:18:27 +01:00
</div>
2024-02-17 12:36:47 +01:00
<div class="sm:ml-16 sm:text-lg">
2024-02-13 02:18:27 +01:00
{{ content | raw }}
2024-02-12 21:44:41 +01:00
</div>
</div>