Trudy commited on
Commit
76e0fc1
·
1 Parent(s): 9048ee6

made the mobile styling better 40vh

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