mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
12 lines
670 B
HTML
12 lines
670 B
HTML
<div class="prev-next text-sm flex flex-row items-center sm:flex-row w-full flex-1">
|
|
<a class="link-previous hidden sm:hidden previous-link sm:flex items-center align-middle text-grey-darker hover:text-red" href="./">
|
|
<i class="fa-duotone fa-arrow-circle-left inline-block mr-1 sm:mr-2"></i>
|
|
<span class="label"></span>
|
|
</a>
|
|
<span class="flex-1 sm:flex-1 block h-3"></span>
|
|
<a class="link-next hidden sm:hidden previous-next sm:flex items-center align-middle text-grey-darker hover:text-red" href="./">
|
|
<span class="label"></span>
|
|
<i class="fa-duotone fa-arrow-circle-right inline-block ml-2 sm:ml-2"></i>
|
|
</a>
|
|
</div>
|