diff --git a/console.html b/console.html
index 2db76e3..c1fedee 100644
--- a/console.html
+++ b/console.html
@@ -134,7 +134,7 @@
term.echo('', {
finalize: function($div) {
- $div.children().last().append($("#map").css("height", "160px"));
+ $div.children().last().append($("#map").css("height", "130px"));
map.setView([geodata.lat, geodata.lon], 13);
var circle = L.circle([geodata.lat, geodata.lon], {
color: 'red',