]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/search.css
Merge branch 'mobile-responsive' of https://github.com/mtmail/Nominatim into mobile...
[nominatim.git] / website / css / search.css
index 29ad813f3fb3df3bca308166834ec840a2d47a18..89ccc8ef5a9deb78728b6aa0a6011b6de5b12aa0 100644 (file)
@@ -1,5 +1,4 @@
 header {
-  /*position: fixed;*/
   width: 100%;
   padding: 15px;
   z-index: 5;
@@ -66,6 +65,7 @@ form label {
 
 #map {
   height: 100%;
+  min-height: 700px;
   background:#eee;
 }
 
@@ -148,6 +148,9 @@ footer p {
     top: 20px;
     right: 20px;
   }
+  #map {
+    height: 300px;
+  }
   .sidebar {
     width: 100%;
   }