Spaces:
Running
Running
oops hf css things
Browse files- pages/index.js +1 -1
pages/index.js
CHANGED
@@ -304,7 +304,7 @@ export default function Home() {
|
|
304 |
onTouchMove={draw}
|
305 |
onTouchEnd={stopDrawing}
|
306 |
className="border-2 border-black w-full hover:cursor-crosshair sm:h-[60vh]
|
307 |
-
h-[
|
308 |
/>
|
309 |
</div>
|
310 |
|
|
|
304 |
onTouchMove={draw}
|
305 |
onTouchEnd={stopDrawing}
|
306 |
className="border-2 border-black w-full hover:cursor-crosshair sm:h-[60vh]
|
307 |
+
h-[30vh] min-h-[320px] bg-white/90 touch-none"
|
308 |
/>
|
309 |
</div>
|
310 |
|