diff options
author | Indrajith K L | 2022-08-28 14:07:29 +0530 |
---|---|---|
committer | Indrajith K L | 2022-08-28 14:07:29 +0530 |
commit | 7412e8401c64416e12b5c274c758168c9a3ab60c (patch) | |
tree | 66b2e6e9a31e3fac82c872efa5e7c1e9e51a9bbb | |
parent | 48b440784327247740ea2d1b60d43f17ce7801dc (diff) | |
download | indrajith-dev-7412e8401c64416e12b5c274c758168c9a3ab60c.tar.gz indrajith-dev-7412e8401c64416e12b5c274c758168c9a3ab60c.tar.bz2 indrajith-dev-7412e8401c64416e12b5c274c758168c9a3ab60c.zip |
* Fixes Responsive Issues
-rw-r--r-- | src/index.njk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.njk b/src/index.njk index e539bb1..8a91416 100644 --- a/src/index.njk +++ b/src/index.njk @@ -3,8 +3,8 @@ 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-10 mt-10 md:p-0"> - <p class="text-lg md:text-2xl">{{title}}</p> + <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:mt-10 md:mr-0 md:ml-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. This site is where I write about my fun side projects, R&D's, random thoughts, game development etc. Since you here why don't you read some posts from <a href="/posts" class="text-red-700"> here</a>. |