Remove leading on paragraph text

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

View file

@ -16,7 +16,7 @@ intro_text: |
</a>
</h2>
<p class="mt-1 leading-6">{{ talk.excerpt }}</p>
<p class="mt-1">{{ talk.excerpt }}</p>
</article>
{% endfor %}
</div>

View file

@ -16,7 +16,7 @@ intro_text: |
</a>
</h2>
<p class="mt-1 leading-6">{{ talk.description }}</p>
<p class="mt-1">{{ talk.description }}</p>
</article>
{% endfor %}
</div>