Skip to content

Commit

Permalink
Merge pull request mosip#208 from Infosys/injiweb-1150
Browse files Browse the repository at this point in the history
[INJIWEB-1150]: Fix Footer and FAQ Overlap
  • Loading branch information
vijay151096 authored Dec 2, 2024
2 parents fea8c3f + 03fff72 commit 3ddb770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inji-web/src/pages/HelpPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {useTranslation} from "react-i18next";

export const HelpPage: React.FC = () => {
const {t} = useTranslation("HelpPage")
return <div className={"bg-iw-background pb-20"} data-testid="Help-Page-Container">
return <div className={"bg-iw-background pb-28"} data-testid="Help-Page-Container">
<NavBar title={t("title")} search={false} link={"/"}/>
<div className="container mx-auto mt-8 px-10 sm:px-0 ">
<HelpAccordion/>
Expand Down

0 comments on commit 3ddb770

Please sign in to comment.