Spaces:
Running
Running
made the mobile styling better 40vh
Browse files- pages/index.js +2 -2
pages/index.js
CHANGED
@@ -303,8 +303,8 @@ export default function Home() {
|
|
303 |
onTouchStart={startDrawing}
|
304 |
onTouchMove={draw}
|
305 |
onTouchEnd={stopDrawing}
|
306 |
-
className="border-2 border-black w-full hover:cursor-crosshair
|
307 |
-
h-[
|
308 |
/>
|
309 |
</div>
|
310 |
|
|
|
303 |
onTouchStart={startDrawing}
|
304 |
onTouchMove={draw}
|
305 |
onTouchEnd={stopDrawing}
|
306 |
+
className="border-2 border-black w-full hover:cursor-crosshair sm:h-[60vh]
|
307 |
+
h-[40vh] min-h-[400px] bg-white/90 touch-none"
|
308 |
/>
|
309 |
</div>
|
310 |
|