diff --git a/7-1.html b/7-1.html index 025e665..e59e11a 100644 --- a/7-1.html +++ b/7-1.html @@ -63,17 +63,17 @@ Your browser does not support the HTML5 canvas tag. diff --git a/7-2.html b/7-2.html index 60e18f6..7c004a2 100644 --- a/7-2.html +++ b/7-2.html @@ -34,7 +34,7 @@ .dropdown-content button { color: black; padding: 12px 16px; - width: 100px; + width: 120px; text-decoration: none; display: block; } @@ -63,17 +63,17 @@ Your browser does not support the HTML5 canvas tag. diff --git a/purcell2.html b/purcell2.html index 2978d67..85e7b9a 100644 --- a/purcell2.html +++ b/purcell2.html @@ -65,8 +65,8 @@ var dth = .01; var tg = 0; var theta = 0; - var mInit = -100; - var m = -100; + var mInit = 0; + var m = 0; var xPos = 0; var yPos = 0; var xSlider = document.getElementById("xSlider");