Skip to content

Commit

Permalink
Mobile: Show next 3 bars at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jun 14, 2024
1 parent d87a517 commit aee015a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/templates/main/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ <h1 class="display-7 fw-bold">Studibars Aachen</h1>
</div>
</div>
</div>
<div class="row d-none">
<div class="row d-sm-none">

<div class="col-12 col-md-4">
<div class="list-group list-group-flush mb-4">
{% for event in events|slice:":7" %}
{% for event in events|slice:":3" %}
<a href="#event-{{ event.id }}"
class="list-group-item list-group-item-action d-flex justify-content-between">
<span>{{ event.name }}</span>
Expand Down

0 comments on commit aee015a

Please sign in to comment.