Move margin

This commit is contained in:
Oliver Davies 2019-07-11 00:15:56 +01:00
parent 4d9771f72d
commit 716cac4695

View file

@ -1,11 +1,11 @@
<article> <article>
<h3 class="text-lg text-gray-800 mb-1"> <h3 class="text-lg text-gray-800">
<a href="{{ talk.url }}" class="text-inherit" tabindex="-1"> <a href="{{ talk.url }}" class="text-inherit" tabindex="-1">
{{ talk.title }} {{ talk.title }}
</a> </a>
</h3> </h3>
<div> <div class="mt-1">
<p>{{ talk.description }}</p> <p>{{ talk.description }}</p>
</div> </div>