diff options
Diffstat (limited to 'src/_includes/posts.njk')
-rw-r--r-- | src/_includes/posts.njk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_includes/posts.njk b/src/_includes/posts.njk index 00a1349..1c62004 100644 --- a/src/_includes/posts.njk +++ b/src/_includes/posts.njk @@ -18,7 +18,7 @@ </div> </div> </article> - <div class="flex flex-col text-xs text-center"> + <div class="flex flex-col text-xs text-center mb-4"> <span>If you found this article useful, spread the word by sharing this link 👉 <span class="w-1 absolute ml-2 my-0"> <a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-via="indrajithKLIS" data-hashtags="gamedev #indiegamedev #gametools" data-show-count="false">Tweet</a> @@ -27,7 +27,7 @@ </span> </div> <div class="my-5"> - <a class="justify-start bg-main-red rounded-md p-3 text-main-cream-white-1" href="/posts"><span class="absolute">{% feather "arrow-left" %}</span> <span class="ml-7">back to posts</span></a> + <a class="justify-start bg-main-red rounded-md p-3 text-main-cream-white-1" href="/posts"><span class="absolute md:text-center text-left">{% feather "arrow-left" %}</span> <span class="ml-7">back to posts</span></a> </div> </section> |