Remove leading on paragraph text
This commit is contained in:
parent
d82b4ef6ef
commit
6337f61cbc
|
@ -16,7 +16,7 @@ intro_text: |
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p class="mt-1 leading-6">{{ talk.excerpt }}</p>
|
<p class="mt-1">{{ talk.excerpt }}</p>
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -16,7 +16,7 @@ intro_text: |
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p class="mt-1 leading-6">{{ talk.description }}</p>
|
<p class="mt-1">{{ talk.description }}</p>
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue