fix: styles + spacing
This commit is contained in:
parent
91ad1fcdeb
commit
bb808bfbd7
5 changed files with 8 additions and 14 deletions
|
@ -3,7 +3,7 @@ layout: main
|
|||
---
|
||||
{% include "header.liquid" %}
|
||||
<article class="h-entry">
|
||||
<h2 class="p-name text-xl md:text-2xl font-black leading-tight dark:text-gray-200 pt-12">{{ title }}</h2>
|
||||
<h2 class="p-name text-xl md:text-2xl font-black leading-tight dark:text-gray-200 pt-8">{{ title }}</h2>
|
||||
<span class="p-author h-card hidden">{{ site.title }}</span>
|
||||
<time class="mt-2 mb-6 block text-sm dt-published" datetime="{{ date }}">{{ date | readableDate }}</time>
|
||||
<div class="p-summary hidden">{{ post_excerpt | markdown }}</div>
|
||||
|
|
Reference in a new issue