We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368d026 commit 17f1c16Copy full SHA for 17f1c16
partials/pagination.hbs
@@ -1,4 +1,4 @@
1
-<nav class="mx-auto my-16 flex flex-row justify-between container" role="navigation">
+<nav class="px-4 my-16 flex flex-row justify-between container mx-auto" role="navigation">
2
{{#if prev}}
3
<a class="text-md text-white" href="{{page_url prev}}">← Newer Posts</a>
4
{{/if}}
0 commit comments