Blog page: reduce font size

This commit is contained in:
Oliver Davies 2019-01-10 00:02:56 +00:00
parent f127b5b84e
commit a3506c0d6a

View file

@ -1,6 +1,6 @@
<div class="markup"> <div class="markup">
<a href="{{ post.url }}" class="text-black focus:text-white inline-block"> <a href="{{ post.url }}" class="text-black focus:text-white inline-block">
<h2 class="text-inherit text-2xl mt-0 mb-1">{{ post.draft ? 'Draft: '|upper }}{{ post.title }}</h2> <h2 class="text-inherit text-xl mt-0 mb-1">{{ post.draft ? 'Draft: '|upper }}{{ post.title }}</h2>
</a> </a>
<p class="text-sm text-grey-dark mb-4">Posted on {{ post.date|date('jS F Y') }}</p> <p class="text-sm text-grey-dark mb-4">Posted on {{ post.date|date('jS F Y') }}</p>