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" %}
|
||||
|
||||
<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" }}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ templateEngineOverride: liquid,md
|
|||
{{ post.data.title }}
|
||||
</h2>
|
||||
</a>
|
||||
<div class="h-14 items-center text-sm">
|
||||
<div class="h-14 flex items-center text-sm">
|
||||
{{ post.date | date: "%m.%d.%Y" }}
|
||||
</div>
|
||||
<p class="mt-0">{{ post.data.post_excerpt }}</p>
|
||||
|
|
Reference in a new issue