We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bdbf86 commit 1658cbfCopy full SHA for 1658cbf
src/components/Help.js
@@ -17,7 +17,7 @@ const Help = () =>{
17
const [visibleSection, setVisibleSection] = useState(""); /* Initially description of all questions are hidden */
18
19
return (
20
- <div className="container mt-20">
+ <div className="container mt-20 mb-10">
21
<div className="">
22
<h1 className="text-3xl font-poppins text-zinc-800 font-bold pb-5 ml-[50%]"> FAQ</h1>
23
{FAQ.map((question) => {
0 commit comments