Skip to content

Commit 1e99442

Browse files
committed
new camera and canvas width and height values
1 parent 558e03e commit 1e99442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/MainPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export default function MainPage() {
139139
right: 0,
140140
textAlign: "center",
141141
zIndex: 9,
142-
height:"60vh",
142+
height:"50vh",
143143
width:"100vw",
144144
objectFit:"cover"
145145
}}
@@ -158,8 +158,8 @@ export default function MainPage() {
158158
right: 0,
159159
textAlign: "center",
160160
zIndex: 10,
161-
height:"62vh",
162-
width:"95vw",
161+
height:"48vh",
162+
width:"98vw",
163163
}}
164164
/>
165165
<div className="fixed bottom-0 left-0 right-0 z-20 h-[180px]">

0 commit comments

Comments
 (0)