From 314c328c7a388f0f4ff14a451ac8ceadb43b3325 Mon Sep 17 00:00:00 2001 From: BrightTheBackpack <100brightli@gmail.com> Date: Wed, 27 Nov 2024 19:18:59 -0800 Subject: [PATCH] make responsive --- app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 509f2aa..d4a5514 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -85,17 +85,15 @@ export default function Home() { ) })} - - @@ -149,12 +147,13 @@ export default function Home() { - @@ -188,7 +188,7 @@ export default function Home() { fontSize: '1.5rem', fontWeight:900 }} >Info Blurb goes here - - Made with ❤️ and ❄️ by Bright Li (@bright li) & Scott Chiang (@Scott) - + ); }