mirror of
https://github.com/safing/web
synced 2025-09-04 12:09:03 +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">
|
<div class="header-four-container">
|
||||||
<h1 class="header-four-container-title">{{ page.title }}</h1>
|
<h1 class="header-four-container-title">{{ page.title }}</h1>
|
||||||
{% if page.summary %}
|
{% if page.summary %}
|
||||||
<p class="header-four-container-desc">
|
<p class="header-four-container-desc text-2xl">
|
||||||
{{ page.summary | markdownify | remove: "<p>" | remove: "</p>" }}
|
{{ page.summary | markdownify | remove: "<p>" | remove: "</p>" }}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue