Skip to content

Commit

Permalink
event card: more margin before add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jun 16, 2024
1 parent 9bdd97c commit 10ae93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/templates/main/event_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</span>
<span>{{ event.start_date|date:"d.m." }} ab {{ event.start_date|date:"H:i" }}
<a class="align-middle" href="{% url 'download_event_ics' event_id=event.id %}">
<i class="bi bi-calendar-plus align-top"></i>
<i class="bi bi-calendar-plus align-top ms-1"></i>
</a>
</span>
</div>
Expand Down

0 comments on commit 10ae93e

Please sign in to comment.