fix about page and css

This commit is contained in:
2021-04-07 17:41:57 -04:00
parent d62c787632
commit 707068e510
4 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ pagination:
{% for post in pagination.items %}
{% if post.data.published %}
<div class="py-2">
<div class="py-4">
<p>
<span class="text-2xl sm:text-3xl font-bold hover:text-blue-700 leading-tight"><a href="{{ post.url }}">{{ post.data.title }}</a></span>
<span class="text-2xl sm:text-2xl font-bold hover:text-blue-700 leading-tight"><a href="{{ post.url }}">{{ post.data.title }}</a></span>
<span class="text-base sm:text-2xs font-normal"> &middot; {{ post.templateContent | readTime }} min read</span>
</p>
<em>{{ post.date | date: "%Y-%m-%d" }}</em>