Refactor Community component layout and improve UI elements

This commit is contained in:
Matthieu
2025-11-24 15:54:37 +01:00
parent ea287efdbf
commit 36482bc3d6
2 changed files with 306 additions and 223 deletions

View File

@@ -80,7 +80,9 @@ function AppContent() {
return (
<div className="min-h-screen bg-gray-900">
<Navigation currentPage={currentPage} setCurrentPage={setCurrentPage} />
{renderPage()}
<main className="pt-0 pb-20 md:pt-16 md:pb-0">
{renderPage()}
</main>
<PWAInstallPrompt />
</div>
);