fix: wider btn on mobile
This commit is contained in:
parent
c46329c463
commit
5504cbe423
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col items-center sm:flex-row w-full">
|
<div class="flex flex-col items-center sm:flex-row w-full">
|
||||||
<p class="list-col-wrap sm:mr-4">{post.description}</p>
|
<p class="list-col-wrap sm:mr-4">{post.description}</p>
|
||||||
<a href="/blog/{post.slug}"><button class="btn btn-primary not-sm:mt-4 w-full ml-auto sm:w-35">Read more...</button></a>
|
<a href="/blog/{post.slug}" class="w-full"><button class="btn btn-primary not-sm:mt-4 w-full ml-auto sm:w-35">Read more...</button></a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue