From e9260241516db7ff307480fcfd57aab9c78497b4 Mon Sep 17 00:00:00 2001 From: cedoor Date: Mon, 6 Nov 2023 13:22:43 +0000 Subject: [PATCH] refactor(website): make home page responsive --- apps/website/src/app/layout.tsx | 2 +- apps/website/src/app/page.tsx | 115 ++++++++++-------- apps/website/src/app/projects/page.tsx | 2 +- .../src/components/ProjectsCarousel.tsx | 50 +++++--- 4 files changed, 103 insertions(+), 66 deletions(-) diff --git a/apps/website/src/app/layout.tsx b/apps/website/src/app/layout.tsx index c13002063..bb9f451fd 100644 --- a/apps/website/src/app/layout.tsx +++ b/apps/website/src/app/layout.tsx @@ -14,7 +14,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) - + {children}