We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558e03e commit 1e99442Copy full SHA for 1e99442
src/pages/MainPage.tsx
@@ -139,7 +139,7 @@ export default function MainPage() {
139
right: 0,
140
textAlign: "center",
141
zIndex: 9,
142
- height:"60vh",
+ height:"50vh",
143
width:"100vw",
144
objectFit:"cover"
145
}}
@@ -158,8 +158,8 @@ export default function MainPage() {
158
159
160
zIndex: 10,
161
- height:"62vh",
162
- width:"95vw",
+ height:"48vh",
+ width:"98vw",
163
164
/>
165
<div className="fixed bottom-0 left-0 right-0 z-20 h-[180px]">
0 commit comments