From 77d7589c01d5c35210232ed010df5a9e83909909 Mon Sep 17 00:00:00 2001 From: anirudh Date: Sat, 9 Sep 2023 18:01:16 +0530 Subject: [PATCH] fix: auto horizontal to fame --- web/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/web/app/page.tsx b/web/app/page.tsx index ebd18b3..f7a54d6 100644 --- a/web/app/page.tsx +++ b/web/app/page.tsx @@ -149,7 +149,7 @@ export default function Home() {
- + {/*

WALL OF FAME

ACHIEVEMENTS

@@ -159,7 +159,12 @@ export default function Home() {
{fame.map((f, i) => i) ? i : 0} title={f.title} />)}
-
+ */} + + 650 ? "100px" : "5vw", paddingRight: screenWidth > 650 ? "100px" : "5vw" }} className='text-dark' ref={fameRef}> + {fame.map((f, i) => i) ? i : 0} title={f.title} />)} + +