Skip to content

Commit

Permalink
Fix moving chevrons
Browse files Browse the repository at this point in the history
  • Loading branch information
mporcheron authored Aug 7, 2024
1 parent ef84934 commit 47c3dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions program/workshops.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ The day prior to the main program, 16th September 2024, we will be hosting a se

{% for workshop in site.data.workshops %}
<div class="background-lightgray rounded border mb-3 p-3">
<h3 class="m-0 p-0 text-primary d-flex flex-row collapse-link-chevron small" data-bs-toggle="collapse" href="#workshop{{ forloop.index }}" role="button" aria-expanded="false" aria-controls="workshop{{ forloop.index }}">
<h3 class="m-0 p-0 text-primary d-flex flex-row align-items-start collapse-link-chevron small" data-bs-toggle="collapse" href="#workshop{{ forloop.index }}" role="button" aria-expanded="false" aria-controls="workshop{{ forloop.index }}">
<span class="flex-grow-1">
{{ workshop.title }}
</span>
<i class="float-right bi bi-chevron-right mt-1"></i>
<i class="flex-grow-0 float-right bi bi-chevron-right mt-1"></i>
</h3>
<div class="description collapse pt-3 mb-0" id="workshop{{ forloop.index }}">
{{ workshop.description | markdownify }}
Expand Down

0 comments on commit 47c3dce

Please sign in to comment.