From 022922785225fd07e7b9dd7467b5cfea5dfe30a7 Mon Sep 17 00:00:00 2001 From: Laura Cappelli <laura.cappelli.1994@hotmail.it> Date: Mon, 24 Jul 2017 17:37:53 +0200 Subject: [PATCH] Modifica dimensione responsive mappa e grafico --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index fce3c8d..615a179 100644 --- a/style.css +++ b/style.css @@ -153,9 +153,9 @@ text-align: center; z-index: 500; } - canvas{ - height: 100%; - width: 100%; + #mappa-pannel canvas{ + max-height: inherit; + max-width: 100%; } h3 { margin-left: 10px; @@ -175,8 +175,8 @@ background: #a1a1a1; } #mappa-pannel, #chart-pannel { - min-height: 400px; - max-height: 600px; + min-height: 500px; + max-height: 800px; } /* input file button */ -- GitLab