From 0e6b7bfeb8b1a0fd6c5789555b7a66ffbc9164ed Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 11 Aug 2020 14:26:23 +0200 Subject: [PATCH] change map to cover complete height of screen --- dist/assets/css/search.css | 5 ++--- src/assets/css/search.css | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dist/assets/css/search.css b/dist/assets/css/search.css index dc3e54b..7026a38 100755 --- a/dist/assets/css/search.css +++ b/dist/assets/css/search.css @@ -52,7 +52,7 @@ form #q { #map-wrapper { position: relative; - min-height: 700px; + height: calc(100vh - 250pt); width: 75%; padding-right: 20px; display: inline-block; @@ -61,7 +61,6 @@ form #q { #map { height: 100%; - min-height: 700px; background:#eee; } @@ -156,4 +155,4 @@ form #q { label { font-weight: normal; -} \ No newline at end of file +} diff --git a/src/assets/css/search.css b/src/assets/css/search.css index dc3e54b..7026a38 100755 --- a/src/assets/css/search.css +++ b/src/assets/css/search.css @@ -52,7 +52,7 @@ form #q { #map-wrapper { position: relative; - min-height: 700px; + height: calc(100vh - 250pt); width: 75%; padding-right: 20px; display: inline-block; @@ -61,7 +61,6 @@ form #q { #map { height: 100%; - min-height: 700px; background:#eee; } @@ -156,4 +155,4 @@ form #q { label { font-weight: normal; -} \ No newline at end of file +} -- 2.39.5