diff options
author | Indrajith K L | 2022-09-15 01:00:20 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-15 01:00:20 +0530 |
commit | 3405960d4b953fd9f7f61c25e0514397cf0976fd (patch) | |
tree | 3d91a5be18a1de42fb1ec3ed814efdf1291da329 /src/hire-me.njk | |
parent | a71d69b98e8029cba833a3eec51780b5101088d8 (diff) | |
download | indrajith-dev-3405960d4b953fd9f7f61c25e0514397cf0976fd.tar.gz indrajith-dev-3405960d4b953fd9f7f61c25e0514397cf0976fd.tar.bz2 indrajith-dev-3405960d4b953fd9f7f61c25e0514397cf0976fd.zip |
Style Fixes
Diffstat (limited to 'src/hire-me.njk')
-rw-r--r-- | src/hire-me.njk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hire-me.njk b/src/hire-me.njk index b579fc0..6c2f50a 100644 --- a/src/hire-me.njk +++ b/src/hire-me.njk @@ -4,7 +4,7 @@ title: Hire Me --- <h2 class="text-2xl font-bold text-black p-2 text-center">Hire Me</h2> <form action="https://getform.io/f/8fc9e444-7a4f-4f36-98b6-840a8ce7cb94" method="POST"> - <div class="mt-5 md:col-span-2 md:mt-0"> + <div class="mt-5 md:col-span-2 md:mt-0 shadow"> <form action="https://getform.io/f/8fc9e444-7a4f-4f36-98b6-840a8ce7cb94" method="POST"> <div class="sm:overflow-hidden sm:rounded-md"> <div class="space-y-6 bg-white px-4 py-5 sm:p-6"> @@ -43,7 +43,7 @@ title: Hire Me <label for="project-req" class="block text-sm font-medium text-gray-700">Requirement*</label> <div class="mt-1"> <textarea id="project-req" name="project-req" rows="3" required - class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"></textarea> + class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm resize-none"></textarea> </div> <p class="mt-2 text-sm text-gray-500">A short description of the project and requirements </p> |