From 4dd44dabe76f8bc19fe92c9448c1a27fb7f10e81 Mon Sep 17 00:00:00 2001 From: thebeyondr <19380973+thebeyondr@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:44:58 -0500 Subject: [PATCH] fix: :iphone: Make projects responsive on mobile --- app/projects/[id]/page.tsx | 2 +- app/projects/page.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/projects/[id]/page.tsx b/app/projects/[id]/page.tsx index 01afef8..85b06d6 100644 --- a/app/projects/[id]/page.tsx +++ b/app/projects/[id]/page.tsx @@ -85,7 +85,7 @@ export default function ProjectDetailPage({ params }: PageProps) {