Update text sizes
This commit is contained in:
parent
ec67b6c4e6
commit
739888cdae
|
@ -9,5 +9,5 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p class="text-sm">{{ post.excerpt }}</p>
|
<p>{{ post.excerpt }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue