add padding spacing to the bottom of the doc page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m14s

This commit is contained in:
Lee
2024-04-21 06:05:25 +01:00
parent e6a28ed268
commit 96abad164a
2 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ export default function Page({ params: { slug } }: DocumentationPageParams) {
</div>
{/* The content of the documentation page */}
<div className="text-left w-full">
<div className="text-left w-full pb-[5rem]">
<CustomMDX source={page.content} />
</div>
</div>