squish things closer together
This commit is contained in:
parent
02bff7e268
commit
96683ef6b1
@ -2,7 +2,7 @@
|
|||||||
layout: main
|
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 }}
|
{{ title }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -10,9 +10,9 @@ pagination:
|
|||||||
|
|
||||||
{% for post in pagination.items %}
|
{% for post in pagination.items %}
|
||||||
{% if post.data.published %}
|
{% if post.data.published %}
|
||||||
<div class="py-0">
|
<div class="py-2">
|
||||||
<p>
|
<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"> · {{ post.templateContent | readTime }} min read</span>
|
<span class="text-base sm:text-2xs font-normal"> · {{ post.templateContent | readTime }} min read</span>
|
||||||
</p>
|
</p>
|
||||||
<em>{{ post.date | date: "%Y-%m-%d" }}</em>
|
<em>{{ post.date | date: "%Y-%m-%d" }}</em>
|
||||||
|
Loading…
Reference in New Issue
Block a user