Improve next button on mobile

This commit is contained in:
video-prize-ranch 2024-02-05 17:42:32 -05:00
parent 455be6c15f
commit 221ed2354b
No known key found for this signature in database

View File

@ -53,7 +53,7 @@
</div>
</div>
{{#noteq next ""}}
<a href="{{next}}">
<a href="{{next}}" class="self-end">
<button class="p-2 rounded-lg bg-slate-600">Next &gt;</button>
</a>
{{/noteq}}