Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jun 15, 2024
1 parent 0fb0467 commit 96f08fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/templates/main/bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1>{{ bar.name }}</h1>
{% endif %}
</div>
<div class="col-12 col-sm-6 d-flex flex-column justify-content-start">
<h6 class="text-secondary mb-0 mt-3"> {{ event.start_date }} </h6>
<h6 class="text-secondary mb-0 mt-3 mt-sm-0"> {{ event.start_date }} </h6>
<h2> {{ event.name }}</h2>
{% if event.description %}
<p>{{ event.description }}</p>
Expand Down

0 comments on commit 96f08fc

Please sign in to comment.