Skip to content

Commit

Permalink
Tweak margin on presentation group titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mporcheron authored Aug 30, 2024
1 parent 9ce3920 commit cbd58ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ <h5 class="text-center mt-3">
{% assign presentations = site.data.prg_presentations[session.id] %}
{% if presentations.groups %}
{%- for group in presentations.groups %}
<h6 class="mt-2">{{ group.title }}</h6>
<h6 class="mt-3">{{ group.title }}</h6>
{% include prg_presentations.html presentations=group.presentations -%}
{%- endfor -%}
{% else %}
Expand Down

0 comments on commit cbd58ad

Please sign in to comment.