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>
<div> <div>
<p class="text-sm">{{ post.excerpt }}</p> <p>{{ post.excerpt }}</p>
</div> </div>

View file

@ -1,7 +1,7 @@
<article> <article>
<h3 class="text-lg text-black mb-1">{{ talk.title }}</h3> <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> <p>{{ talk.description }}</p>
</div> </div>