Added more Responsive to Mobile Device

This commit is contained in:
2026-02-16 19:03:56 +01:00
parent 1ec4c935c9
commit d2df24106c
10 changed files with 744 additions and 391 deletions

View File

@@ -18,7 +18,7 @@ export default async function CalendrierPage() {
return (
<DashboardLayout user={user}>
<div className="p-4 sm:p-6 lg:p-8">
<div className="px-3 py-4 sm:p-6 lg:p-8 min-w-0 overflow-x-hidden">
<CalendrierPageContent />
</div>
</DashboardLayout>