diff options
author | Indrajith K L | 2022-08-29 00:24:49 +0530 |
---|---|---|
committer | Indrajith K L | 2022-08-29 00:24:49 +0530 |
commit | 0e4011d69e7dc42c18594efcd9a304e844a22d0f (patch) | |
tree | 8f561b83d9a5bcbe40d3f73da3e54c8c626ccb50 /src | |
parent | 2541db4fff035085440fe43ea433caa37a065f3d (diff) | |
download | indrajith-dev-0e4011d69e7dc42c18594efcd9a304e844a22d0f.tar.gz indrajith-dev-0e4011d69e7dc42c18594efcd9a304e844a22d0f.tar.bz2 indrajith-dev-0e4011d69e7dc42c18594efcd9a304e844a22d0f.zip |
Style & Build script fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/index.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.njk b/src/index.njk index 27518ee..4aac433 100644 --- a/src/index.njk +++ b/src/index.njk @@ -3,7 +3,7 @@ layout: intro.njk title: "Hello Friend!! My name is Indrajith K L." --- <div class="flex w-full"> - <div class="bg-yellow-500 text-md md:text-xl text-black font-supply-regular shadow-[5px_5px_0px_0px_rgba(0,0,0,255)] p-3 mt-10 ml-5 mr-5 md:p-10"> + <div class="bg-yellow-500 text-md md:text-xl text-black font-supply-regular shadow-[5px_5px_0px_0px_rgba(0,0,0,255)] p-3 mt-10 ml-5 mr-5 md:p-10 md:ml-0 md:mr-0"> <p class="text-lg md:text-2xl font-bold">{{title}}</p> <p class="mt-3 text-justify"> I'm a web developer, hobbyist game developer from Kerala, India working as a front-end developer. |