Trudy commited on
Commit
7494a5f
·
1 Parent(s): 76e0fc1

oops hf css things

Browse files
Files changed (1) hide show
  1. 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-[40vh] min-h-[400px] bg-white/90 touch-none"
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