aboutsummaryrefslogtreecommitdiff
path: root/src/_includes/posts.njk
diff options
context:
space:
mode:
authorIndrajith K L2022-10-31 21:00:43 +0530
committerIndrajith K L2022-10-31 21:00:43 +0530
commit574bbc0b42ba8cc6a151fc62cf3baa09333fe4f1 (patch)
treed7e7e6ce02a6468ed073705d376f9c94944759d8 /src/_includes/posts.njk
parent8593e01e70ec2e4033a32ce44b648c408c24dbe9 (diff)
downloadindrajith-dev-574bbc0b42ba8cc6a151fc62cf3baa09333fe4f1.tar.gz
indrajith-dev-574bbc0b42ba8cc6a151fc62cf3baa09333fe4f1.tar.bz2
indrajith-dev-574bbc0b42ba8cc6a151fc62cf3baa09333fe4f1.zip
Article Update
* Article: Big List of Open Source Game Development Tools * Content Changes
Diffstat (limited to 'src/_includes/posts.njk')
-rw-r--r--src/_includes/posts.njk4
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>