mirror of
https://github.com/safing/web
synced 2025-04-22 11:59:08 +00:00
Fix title
This commit is contained in:
parent
f265090838
commit
c33aab4cc3
2 changed files with 3 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
|
@ -42,8 +42,8 @@
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size : 2rem;
|
||||
font-weight: 500;
|
||||
font-size : 3rem;
|
||||
font-weight: 600;
|
||||
color : #000;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue