Browse Source

Move minimap completely in the corner, to gain more space for the panorama

Baptiste Jonglez 8 years ago
parent
commit
12f27bd4eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panorama/static/panorama/css/map.css

+ 1 - 1
panorama/static/panorama/css/map.css

@@ -210,6 +210,6 @@ input:focus {
     height: 300px;
     height: 300px;
     width: 300px;
     width: 300px;
     bottom: 0;
     bottom: 0;
-    margin: 20px;
+    margin: 2px;
     right: 0;
     right: 0;
 }
 }