Skip to content
Snippets Groups Projects
Commit 02292278 authored by Laura Cappelli's avatar Laura Cappelli
Browse files

Modifica dimensione responsive mappa e grafico

parent dd43884b
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -153,9 +153,9 @@ ...@@ -153,9 +153,9 @@
text-align: center; text-align: center;
z-index: 500; z-index: 500;
} }
canvas{ #mappa-pannel canvas{
height: 100%; max-height: inherit;
width: 100%; max-width: 100%;
} }
h3 { h3 {
margin-left: 10px; margin-left: 10px;
...@@ -175,8 +175,8 @@ ...@@ -175,8 +175,8 @@
background: #a1a1a1; background: #a1a1a1;
} }
#mappa-pannel, #chart-pannel { #mappa-pannel, #chart-pannel {
min-height: 400px; min-height: 500px;
max-height: 600px; max-height: 800px;
} }
/* input file button */ /* input file button */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment