diff options
Diffstat (limited to 'src/_includes/partials')
-rw-r--r-- | src/_includes/partials/header.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_includes/partials/header.njk b/src/_includes/partials/header.njk index 30073fa..30fdc77 100644 --- a/src/_includes/partials/header.njk +++ b/src/_includes/partials/header.njk @@ -8,7 +8,7 @@ <li class="hover:text-white"><a href="/posts" id="posts" class="links">Posts</a></li> <li class="hover:text-white"><a href="/cv" id="cv" class="links">CV</a></li> </ul> - <ul class="hidden md:flex flex-row gap-10 font-supply-regular right-0 -my-8 mx-6 absolute"> + <ul class="hidden md:flex flex-row gap-3 font-supply-regular right-0 -my-8 mx-6 absolute"> <li class="hover:text-white"><a title="Twitter" target="_blank" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li> <li class="hover:text-white"><a title="Github" target="_blank" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li> <li class="hover:text-white"><a title="GIT - Personal" target="_blank" href="https://git.indrajith.dev/" class="links">{% feather "git-branch" %}</a></li> |