alignment

This commit is contained in:
Cory Dransfeldt 2023-03-13 16:27:42 -07:00
parent 245b4d5d98
commit 6a67b638e4
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>