Increase spacing between elements
This commit is contained in:
parent
6337f61cbc
commit
eef932f97c
|
@ -6,8 +6,8 @@ intro_text: |
|
||||||
TODO: update text
|
TODO: update text
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="mt-6">
|
<div class="mt-10">
|
||||||
<div class="space-y-6">
|
<div class="space-y-8">
|
||||||
{% for talk in data.posts|sort((a, b) => a.date < b.date) %}
|
{% for talk in data.posts|sort((a, b) => a.date < b.date) %}
|
||||||
<article>
|
<article>
|
||||||
<h2>
|
<h2>
|
||||||
|
|
|
@ -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.
|
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="mt-10">
|
||||||
<div class="space-y-6">
|
<div class="space-y-8">
|
||||||
{% for talk in data.talks|sort((a,b) => a.sortable_date < b.sortable_date) %}
|
{% for talk in data.talks|sort((a,b) => a.sortable_date < b.sortable_date) %}
|
||||||
<article>
|
<article>
|
||||||
<h2>
|
<h2>
|
||||||
|
|
Loading…
Reference in a new issue