Update button styling

This commit is contained in:
Oliver Davies 2018-09-06 08:05:45 +01:00
parent a46909ed3c
commit 7f854e90ac

View file

@ -1,6 +1,6 @@
<a
href="{{ post.url }}"
class="inline-block bg-blue hover:bg-blue-dark focus:bg-blue-dark px-4 py-3 rounded no-underline hover:underline focus:underline text-white">
class="inline-block bg-blue hover:bg-blue-dark focus:bg-blue-dark px-5 py-2 rounded-full no-underline hover:underline focus:underline text-white text-sm">
Read more
<span class="visuallyhidden">about {{ post.title }}</span>
</a>