diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 8b4bfccc..1111eceb 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -1905,5 +1905,5 @@ table#latest-visitors { } #earth_div { width: 100%; - height: 500px + height: 400px; } \ No newline at end of file diff --git a/views/stats_mockup.erb b/views/stats_mockup.erb index 8bee1aa3..75f4656c 100644 --- a/views/stats_mockup.erb +++ b/views/stats_mockup.erb @@ -25,7 +25,7 @@
-
+

Latest Visitors

@@ -292,7 +292,7 @@ //OpenGL globe $(document).ready(function() { var earth = new WE.map('earth_div'); - earth.setView([20, -100], 2.65); + earth.setView([20, -100], 2.07); WE.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',{ attribution: '© OpenStreetMap' }).addTo(earth);