Use inline block
This commit is contained in:
parent
c57b4ce271
commit
a45ed14692
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue