Update text sizes

This commit is contained in:
Oliver Davies 2019-03-04 09:49:40 +00:00
parent ec67b6c4e6
commit 739888cdae
2 changed files with 2 additions and 2 deletions

View file

@ -9,5 +9,5 @@
</div>
<div>
<p class="text-sm">{{ post.excerpt }}</p>
<p>{{ post.excerpt }}</p>
</div>

View file

@ -1,7 +1,7 @@
<article>
<h3 class="text-lg text-black mb-1">{{ talk.title }}</h3>
<div class="text-sm text-grey-darkest">
<div class="text-grey-darkest">
<p>{{ talk.description }}</p>
</div>