From 2df89ecc94cbd70c0916e4b06f4b373c5f271a3e Mon Sep 17 00:00:00 2001 From: shalanah Date: Thu, 28 Mar 2024 00:49:47 -0500 Subject: [PATCH] style: move up carton on mobile view so that pagination is not covered up --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26e5c3d..c76d6b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ const DesktopCanvasDiv = styled.div` const MobileCanvasDiv = styled.div` position: absolute; left: 0; - top: -40px; /// making room for features div + top: -50px; /// making room for features div height: 100dvh; width: 100vw; z-index: 0;