1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-22 11:59:08 +00:00

Fix title

This commit is contained in:
Luke 2021-04-22 11:46:50 +02:00
parent f265090838
commit c33aab4cc3
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ layout: page_container
---
<div class="text-center">
<h1 class="text-5xl tracking-tight font-extrabold leading-none pb-2 pt-8 text-center">{{ page.title }}</h1>
<h1 >{{ page.title }}</h1>
{% if page.summary %}
<p class="text-left max-w-2xl mx-auto">
{{ page.summary | markdownify }}

View file

@ -42,8 +42,8 @@
}
h1 {
font-size : 2rem;
font-weight: 500;
font-size : 3rem;
font-weight: 600;
color : #000;
}