From d1f280479ba850c59350acd01bbb7f06ccf10eea Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Thu, 25 Sep 2025 20:39:22 -0400 Subject: [PATCH] Mobile friendly --- ppq-frontend/src/Card.tsx | 2 +- ppq-frontend/src/CreateEditPostPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ppq-frontend/src/Card.tsx b/ppq-frontend/src/Card.tsx index 1324be7..322a693 100644 --- a/ppq-frontend/src/Card.tsx +++ b/ppq-frontend/src/Card.tsx @@ -23,7 +23,7 @@ export const Card = ({ console.log(filepath); return (
-
+

{title}

diff --git a/ppq-frontend/src/CreateEditPostPage.tsx b/ppq-frontend/src/CreateEditPostPage.tsx index ebbb7c7..4f7eef1 100644 --- a/ppq-frontend/src/CreateEditPostPage.tsx +++ b/ppq-frontend/src/CreateEditPostPage.tsx @@ -153,7 +153,7 @@ export const CreateEditPostPage = ({ isCreate = false }: CreateEditProps) => { return (

-
+

{headerTitle}

{isCreate ? (