fix/table-of-contents #11

Merged
GauthierWebDev merged 4 commits from fix/table-of-contents into main 2025-04-18 19:17:10 +00:00
Showing only changes of commit b757b870fe - Show all commits

View File

@ -134,7 +134,7 @@ export default function DefaultLayout({ children }: { children: React.ReactNode
<Navigation /> <Navigation />
</div> </div>
</div> </div>
<div className="grow">{children}</div> {children}
</div> </div>
<Footer /> <Footer />