diff options
author | Indrajith K L | 2022-08-28 14:18:51 +0530 |
---|---|---|
committer | Indrajith K L | 2022-08-28 14:18:51 +0530 |
commit | 0686fcdcb0a02b8aa827754962afba269b356574 (patch) | |
tree | 388be5e8474df57d670a6ddffc1567c53dd0db2c | |
parent | da6422bd3c7cc2d31c9048ed2653190436563dec (diff) | |
download | indrajith-dev-0686fcdcb0a02b8aa827754962afba269b356574.tar.gz indrajith-dev-0686fcdcb0a02b8aa827754962afba269b356574.tar.bz2 indrajith-dev-0686fcdcb0a02b8aa827754962afba269b356574.zip |
Fixes Responsive
-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 8a91416..27518ee 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 md:mt-10 md:mr-0 md:ml-0"> + <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"> <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. |