alignment
This commit is contained in:
parent
245b4d5d98
commit
6a67b638e4
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ layout: main
|
||||||
{% include "header.liquid" %}
|
{% include "header.liquid" %}
|
||||||
|
|
||||||
<h2 class="text-xl md:text-2xl font-black leading-tight dark:text-gray-200 pt-12">{{title}}</h2>
|
<h2 class="text-xl md:text-2xl font-black leading-tight dark:text-gray-200 pt-12">{{title}}</h2>
|
||||||
<div class="h-14 items-center text-sm">
|
<div class="h-14 flex items-center text-sm">
|
||||||
{{ date | date: "%m.%d.%Y" }}
|
{{ date | date: "%m.%d.%Y" }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ templateEngineOverride: liquid,md
|
||||||
{{ post.data.title }}
|
{{ post.data.title }}
|
||||||
</h2>
|
</h2>
|
||||||
</a>
|
</a>
|
||||||
<div class="h-14 items-center text-sm">
|
<div class="h-14 flex items-center text-sm">
|
||||||
{{ post.date | date: "%m.%d.%Y" }}
|
{{ post.date | date: "%m.%d.%Y" }}
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-0">{{ post.data.post_excerpt }}</p>
|
<p class="mt-0">{{ post.data.post_excerpt }}</p>
|
||||||
|
|
Reference in a new issue