Update button styling
This commit is contained in:
parent
a46909ed3c
commit
7f854e90ac
|
@ -1,6 +1,6 @@
|
||||||
<a
|
<a
|
||||||
href="{{ post.url }}"
|
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
|
Read more
|
||||||
<span class="visuallyhidden">about {{ post.title }}</span>
|
<span class="visuallyhidden">about {{ post.title }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Reference in a new issue