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"> <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 %} {% if page.summary %}
<p class="text-left max-w-2xl mx-auto"> <p class="text-left max-w-2xl mx-auto">
{{ page.summary | markdownify }} {{ page.summary | markdownify }}

View file

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