mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
added margin to article pagination links
This commit is contained in:
parent
e275c96fd2
commit
738f8ee4cc
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
<div class="flex justify-between pt-3">
|
<div class="flex justify-between pt-3">
|
||||||
<span>
|
<span>
|
||||||
{{ if $prev }}
|
{{ if $prev }}
|
||||||
<a class="flex group" href="{{ $prev.RelPermalink }}">
|
<a class="flex group mr-3" href="{{ $prev.RelPermalink }}">
|
||||||
<span
|
<span
|
||||||
class="mr-3 text-neutral-700 group-hover:text-primary-600 ltr:inline rtl:hidden dark:text-neutral dark:group-hover:text-primary-400"
|
class="mr-3 text-neutral-700 group-hover:text-primary-600 ltr:inline rtl:hidden dark:text-neutral dark:group-hover:text-primary-400"
|
||||||
>←</span
|
>←</span
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
{{ if $next }}
|
{{ if $next }}
|
||||||
<a class="flex text-right group" href="{{ $next.RelPermalink }}">
|
<a class="flex text-right group ml-3" href="{{ $next.RelPermalink }}">
|
||||||
<span class="flex flex-col">
|
<span class="flex flex-col">
|
||||||
<span
|
<span
|
||||||
class="mt-[0.1rem] leading-6 group-hover:underline group-hover:decoration-primary-500"
|
class="mt-[0.1rem] leading-6 group-hover:underline group-hover:decoration-primary-500"
|
||||||
|
|
Loading…
Reference in a new issue