style: update the `list.html` top padding to match with `single.html`

This commit is contained in:
amatej 2023-06-19 11:21:32 +02:00 committed by GitHub
parent 9dff9e0ebd
commit 813c12d1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{ define "main" }}
<div>
<article class="box:border-box pt:64 w:full">
<article class="box:border-box pt:32 w:full">
<header class="mb:32">
<div class="font:40 font:extrabold">{{ .Title }}</div>
</header>