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:
parent
f7462b3f2d
commit
bd9ba983ac
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue