diff options
author | Indrajith K L | 2022-09-03 04:38:12 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-03 04:38:12 +0530 |
commit | 9c7aa76cf8cf58137b18151aa70f64b4a71811b5 (patch) | |
tree | d875a25cb6860aee9193856f9212f607e664394b /src/_includes/partials/header.njk | |
parent | e2a597a5efcd09f99b6e85620971c3e2fc50db12 (diff) | |
download | indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.gz indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.bz2 indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.zip |
Tailwind Build Process Changes
* Uses npm-run-all to manage build process
* Removed Concurrently
Style Fixes
Diffstat (limited to 'src/_includes/partials/header.njk')
-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 50c1a7f..959260b 100644 --- a/src/_includes/partials/header.njk +++ b/src/_includes/partials/header.njk @@ -1,6 +1,6 @@ <header class="w-full bg-black text-yellow-500 flex flex-row md:flex-col justify-between items-center px-6 py-4"> <nav class="w-full"> - <ul class="flex flex-col md:flex-row gap-10 font-supply-regular w-full items-center text-lg md:text-xl"> + <ul class="flex flex-col md:flex-row gap-10 font-supply-regular w-full items-center text-lg md:text-xl"> <li> <a href="/" class="text-lg md:text-3xl">{ indrajith.dev } </a> </li> |