Use inline block

This commit is contained in:
Oliver Davies 2019-01-05 23:49:15 +00:00
parent c57b4ce271
commit a45ed14692

View file

@ -1,5 +1,5 @@
<div class="markup"> <div class="markup">
<a href="{{ post.url }}" class="text-black focus:text-white 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-2xl mt-0 mb-1">{{ post.draft ? 'Draft: '|upper }}{{ post.title }}</h2>
</a> </a>