Update spacing between talk sections

This commit is contained in:
Oliver Davies 2019-04-02 19:27:57 +01:00
parent c8940af69a
commit f4a375deb5
3 changed files with 11 additions and 9 deletions

View file

@ -9,12 +9,14 @@
{% endblock %}
{% block content_wrapper %}
<div class="markup spaced-y-4">
{% block content %}{% endblock %}
</div>
<div class="spaced-y-8">
<div class="markup spaced-y-4">
{% block content %}{% endblock %}
</div>
{% include 'talk/slides' %}
{% include 'talk/video' %}
{% include 'talk/tweets' %}
{% include 'talk/events' %}
{% include 'talk/slides' %}
{% include 'talk/video' %}
{% include 'talk/tweets' %}
{% include 'talk/events' %}
</div>
{% endblock %}

View file

@ -1,5 +1,5 @@
{% if page.events %}
<div class="mt-8">
<div>
<h2 class="mb-2">Presented at</h2>
<ul class="markup list-disc ml-5">

View file

@ -1,5 +1,5 @@
{% if page.speakerdeck.id and page.speakerdeck.ratio %}
<div class="mt-4">
<div>
<h2 class="mb-2">Slides</h2>
{% include 'speakerdeck' with {