Add spacing above heading
This commit is contained in:
parent
e618511906
commit
b7e9724584
|
@ -1,6 +1,6 @@
|
|||
{% for session in sessions if speaker.name in session.speakers %}
|
||||
{% if loop.first %}
|
||||
<h2>Session</h2>
|
||||
<h2 class="tw-mt-10">Session</h2>
|
||||
{% endif %}
|
||||
|
||||
<a href="{{ session.url }}">
|
||||
|
|
Loading…
Reference in a new issue