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