Blog page: reduce font size
This commit is contained in:
parent
f127b5b84e
commit
a3506c0d6a
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue