From aca3f205b84fa82648f763eb0e8283a2095e8719 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Fri, 9 Nov 2018 22:05:13 +0100 Subject: [PATCH] Adjusted image height params --- parts/static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/parts/static/style.css b/parts/static/style.css index ca3fa2e..7600153 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -370,6 +370,7 @@ table#details #datasheet-head td { .overlay img#map { position: absolute; right: 5%; - top: 5%; - height: 90%; + bottom: 5%; + height: calc(90% - 42pt); + max-width: 50%; } \ No newline at end of file