Adjust sizes

This commit is contained in:
Oliver Davies 2019-03-08 14:02:22 +00:00
parent b37f01f0e0
commit a3cfd541b3

View file

@ -22,9 +22,9 @@ episodes:
{% set podcast = page.podcasts[episode.podcast] %}
<article>
<h2>{{ podcast.name }}: {{ episode.title }}</h2>
<h2 class="text-lg">{{ podcast.name }}: {{ episode.title }}</h2>
<time class="text-grey-darker block mt-px mb-2" datetime="{{ episode.date|date('Y-m-d') }}">
<time class="text-sm text-grey-darker block mt-px mb-2" datetime="{{ episode.date|date('Y-m-d') }}">
{{ episode.date|date('jS F Y') }}
</time>