Skip to content

Commit

Permalink
moved legend up
Browse files Browse the repository at this point in the history
  • Loading branch information
angeldasangel committed Nov 18, 2024
1 parent 883c83a commit a4f62ac
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions _includes/events-tiles.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<section id="events-list">
<div class="container">
<div class="section-content">

<div class="row mb-20">
<div class="col-md-3 col-sm-4 mb-10">
<span class="color-marker public fa"></span> Öffentliche Veranstaltung
</div>
<div class="col-md-3 col-sm-4 mb-10">
<span class="color-marker private fa"></span> Interne Veranstaltung
</div>
</div>

<div class="row">

{% for item in site.posts %}
Expand Down Expand Up @@ -53,16 +63,7 @@


</div>
<div class="row">
<div class="col-md-12">
<div class="col-md-3 col-sm-4">
<span class="color-marker public fa"></span> Öffentliche Veranstaltung
</div>
<div class="col-md-3 col-sm-4">
<span class="color-marker private fa"></span> Interne Veranstaltung
</div>
</div>
</div>

</div>
</div>
</section>
Expand Down

0 comments on commit a4f62ac

Please sign in to comment.