Remove leading on paragraph text
This commit is contained in:
parent
d82b4ef6ef
commit
6337f61cbc
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue