From 1234bdfa14d72e5ad4012837afac0d495b64f076 Mon Sep 17 00:00:00 2001 From: Marek Baczynski Date: Sat, 10 Nov 2018 21:58:18 +0100 Subject: [PATCH] made the map not strech and display inline with the data-table --- parts/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/static/style.css b/parts/static/style.css index 2362127..f91dab6 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -375,8 +375,8 @@ td p { .overlay img#map { position: absolute; right: 5%; - bottom: 5%; - height: calc(90% - 42pt); + margin-top: 4%; + max-height: calc(90% - 42pt); max-width: 50%; }