From b8532f24f58ddcc78c394c9867612c1691009237 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Wed, 28 May 2025 14:49:13 +0530 Subject: [PATCH] Add max-width and center-align layout containers --- apps/web/src/app/(home)/_components/footer.tsx | 2 +- apps/web/src/app/(home)/_components/navbar.tsx | 2 +- apps/web/src/app/(home)/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/app/(home)/_components/footer.tsx b/apps/web/src/app/(home)/_components/footer.tsx index a775aba..61ad76d 100644 --- a/apps/web/src/app/(home)/_components/footer.tsx +++ b/apps/web/src/app/(home)/_components/footer.tsx @@ -4,7 +4,7 @@ import Link from "next/link"; const Footer = () => { return (