From c5e5d7c939a2640763775b0688ed698c51ec28c1 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 24 May 2021 13:32:27 -0400 Subject: Applying force to the object using the mouse cursor --- index.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.css') diff --git a/index.css b/index.css index c0e86b7..755156b 100644 --- a/index.css +++ b/index.css @@ -224,6 +224,8 @@ WebGL container .opengl_canvas_container canvas { border-radius: 3px 3px 0px 0px; border: 1px solid #b0a565; + width: 800px; + height: 600px; } .opengl_canvas_container .stop_button { -- cgit v1.2.1