Skip to content

Commit

Permalink
new camera and canvas width and height values
Browse files Browse the repository at this point in the history
  • Loading branch information
imrany committed Oct 17, 2024
1 parent 558e03e commit 1e99442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function MainPage() {
right: 0,
textAlign: "center",
zIndex: 9,
height:"60vh",
height:"50vh",
width:"100vw",
objectFit:"cover"
}}
Expand All @@ -158,8 +158,8 @@ export default function MainPage() {
right: 0,
textAlign: "center",
zIndex: 10,
height:"62vh",
width:"95vw",
height:"48vh",
width:"98vw",
}}
/>
<div className="fixed bottom-0 left-0 right-0 z-20 h-[180px]">
Expand Down

0 comments on commit 1e99442

Please sign in to comment.