1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-12 06:59:10 +00:00

Increase text size of blogs

This commit is contained in:
davegson 2023-01-24 11:24:47 +01:00
parent f7462b3f2d
commit bd9ba983ac

View file

@ -5,7 +5,7 @@ layout: publication_container
<div class="header-four-container">
<h1 class="header-four-container-title">{{ page.title }}</h1>
{% if page.summary %}
<p class="header-four-container-desc">
<p class="header-four-container-desc text-2xl">
{{ page.summary | markdownify | remove: "<p>" | remove: "</p>" }}
</p>
{% endif %}