squish things closer together

This commit is contained in:
eggy 2021-04-07 17:35:21 -04:00
parent 02bff7e268
commit 96683ef6b1
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
layout: main
---
<p class="text-5xl md:text-6xl font-black py-10 md:py-20 leading-tight">
<p class="text-5xl md:text-5xl font-black py-10 md:py-5 leading-tight">
{{ title }}
</p>

View File

@ -10,9 +10,9 @@ pagination:
{% for post in pagination.items %}
{% if post.data.published %}
<div class="py-0">
<div class="py-2">
<p>
<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-2xl sm:text-3xl 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>