[TASK] styling user / cox / admin

This commit is contained in:
Marie Birner 2023-04-06 13:50:32 +02:00
parent 039bf9d922
commit 4ac18e954a

View File

@ -19,7 +19,7 @@
{% for day in days %}
<div class="bg-white p-3 rounded-md flex justify-between flex-col">
<h2 class="text-md font-bold uppercase tracking-wide">{{ day.day| date(format="%d.%m.%Y") }}</h2>
<h2 class="text-lg font-bold uppercase tracking-wide">{{ day.day| date(format="%d.%m.%Y") }}</h2>
{% for planned_event in day.planned_events %}
<h3>Planned event '{{ planned_event.name }}'</h3>