fix: add padding to blog posts
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-01-29 19:06:44 +01:00
parent 7beee82045
commit aef59acf22
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{{ define "main" }}
<article class="mx-auto mt-4 max-w-screen-lg">
<article class="mx-auto mt-4 max-w-screen-lg p-4">
<h1 class="mb-2 font-title text-4xl font-bold">Blog</h1>
<p class="mb-10 text-gray-600">All the latest Vikunja news and updates.</p>

View File

@ -1,5 +1,5 @@
{{ define "main" }}
<article class="mx-auto mt-4 max-w-screen-lg">
<article class="mx-auto mt-4 max-w-screen-lg p-4">
<h1 class="mb-8 font-title text-3xl font-bold">
<a href="{{ .Permalink }}"> {{ .Title }} </a>
</h1>