Increase spacing between elements

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 6337f61cbc
commit eef932f97c
2 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@ intro_text: |
TODO: update text
---
<div class="mt-6">
<div class="space-y-6">
<div class="mt-10">
<div class="space-y-8">
{% for talk in data.posts|sort((a, b) => a.date < b.date) %}
<article>
<h2>

View file

@ -6,8 +6,8 @@ intro_text: |
Starting with my first talk in September 2012, I have given 81 presentations and workshops at various conferences and meetups, in-person and remotely, on topics including PHP, Drupal, automated testing, Git, CSS, and systems administration.
---
<div class="mt-6">
<div class="space-y-6">
<div class="mt-10">
<div class="space-y-8">
{% for talk in data.talks|sort((a,b) => a.sortable_date < b.sortable_date) %}
<article>
<h2>