diff options
author | Indrajith K L | 2022-10-01 17:33:32 +0530 |
---|---|---|
committer | Indrajith K L | 2022-10-01 17:33:32 +0530 |
commit | 98e0a1608cee0ae07da475aee3436846b2b109d9 (patch) | |
tree | 175caaa292a1c09eb9a0767afcdfe2309210ff09 /src/_includes/partials | |
parent | f5ac2f5744cc6c0c6aefb3de97cb0beaf47db65f (diff) | |
download | indrajith-dev-98e0a1608cee0ae07da475aee3436846b2b109d9.tar.gz indrajith-dev-98e0a1608cee0ae07da475aee3436846b2b109d9.tar.bz2 indrajith-dev-98e0a1608cee0ae07da475aee3436846b2b109d9.zip |
Style Changes
* Reduces Social Links Gaps
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> |