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,6 +9,7 @@
{% endblock %} {% endblock %}
{% block content_wrapper %} {% block content_wrapper %}
<div class="spaced-y-8">
<div class="markup spaced-y-4"> <div class="markup spaced-y-4">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div> </div>
@ -17,4 +18,5 @@
{% include 'talk/video' %} {% include 'talk/video' %}
{% include 'talk/tweets' %} {% include 'talk/tweets' %}
{% include 'talk/events' %} {% include 'talk/events' %}
</div>
{% endblock %} {% endblock %}

View file

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

View file

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