Use spacing utilities for recent talks

This commit is contained in:
Oliver Davies 2020-09-27 17:06:55 +01:00
parent 396b1893d9
commit 2c1385d608

View file

@ -1,6 +1,6 @@
<template>
<div class="flex flex-col flex-col-reverse justify-end">
<div class="mt-5 py-2 text-lg font-bold border-t-2 border-b-2">
<div class="flex flex-col flex-col-reverse justify-end space-y-5 space-y-reverse">
<div class="py-2 text-lg font-bold border-t-2 border-b-2">
{{ talk.title }}
</div>