From c00653c47a68f8013d3556046984f2e1df1869e8 Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 4 May 2025 23:53:53 +0200 Subject: [PATCH] missions --- app/missions/layout.tsx | 34 ++++++++++++++++++---------------- app/missions/new/page.tsx | 12 +++++++----- app/missions/page.tsx | 4 ++-- 3 files changed, 27 insertions(+), 23 deletions(-) diff --git a/app/missions/layout.tsx b/app/missions/layout.tsx index 53c2cbf4..f7ab68f5 100644 --- a/app/missions/layout.tsx +++ b/app/missions/layout.tsx @@ -12,22 +12,24 @@ export default function MissionsLayout({ const pathname = usePathname(); return ( -
- {/* Sidebar - precise sizing to match Courrier */} -
- +
+
+ {/* Sidebar */} +
+ +
+ + {/* Main content - matches artlab spacing */} +
+ {children} +
- - {/* Main content - no padding, full container */} -
- {children} -
-
+ ); } \ No newline at end of file diff --git a/app/missions/new/page.tsx b/app/missions/new/page.tsx index f881bc2e..a16096cf 100644 --- a/app/missions/new/page.tsx +++ b/app/missions/new/page.tsx @@ -9,8 +9,8 @@ import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbS export default function NewMissionPage() { return ( -
-
+
+
@@ -25,18 +25,20 @@ export default function NewMissionPage() { -
+
-

Poster une Nouvelle Mission

+

Poster une Nouvelle Mission

- +
+ +
); } \ No newline at end of file diff --git a/app/missions/page.tsx b/app/missions/page.tsx index 8efe3d6d..bbe090c8 100644 --- a/app/missions/page.tsx +++ b/app/missions/page.tsx @@ -47,7 +47,7 @@ export default function MissionsPage() { ); return ( -
+

Gérez vos missions et opportunités de bénévolat

@@ -70,7 +70,7 @@ export default function MissionsPage() {