Skip to content

Commit

Permalink
style: move up carton on mobile view so that pagination is not covere…
Browse files Browse the repository at this point in the history
…d up
  • Loading branch information
shalanah committed Mar 28, 2024
1 parent 13774d8 commit 2df89ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2df89ec

Please sign in to comment.