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 @@
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 */
......
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