Skip to content

Commit 1658cbf

Browse files
committed
css bug
1 parent 8bdbf86 commit 1658cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Help = () =>{
1717
const [visibleSection, setVisibleSection] = useState(""); /* Initially description of all questions are hidden */
1818

1919
return (
20-
<div className="container mt-20">
20+
<div className="container mt-20 mb-10">
2121
<div className="">
2222
<h1 className="text-3xl font-poppins text-zinc-800 font-bold pb-5 ml-[50%]"> FAQ</h1>
2323
{FAQ.map((question) => {

0 commit comments

Comments
 (0)