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

@ -1,11 +1,11 @@
--- ---
title: Home title: Home
summary: Welcome to the Minecraft Utilities documentation! Here you can find information on how to use the various features of the API. summary: Welcome to the Minecraft Utilities documentation!
--- ---
# Getting Started # Getting Started
Welcome to the Minecraft Utilities documentation! Here you can find information on how to use the various features of the API. Welcome to the Minecraft Utilities documentation! You can find information on how to use the various features of the API.
## Features ## Features

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