0
@media screen and (max-width: 1100px) and (min-width: 600px) {
html {
width: 100%;
height: 200%;
}
body {
background: #f8f8f8;
font-family: "Verdana", Times, serif;
font-size: 18px;
margin: 10px;
height: 100%;
}
#usuario {
font-size: 11px;
}
.menu ul {
margin-left: 1%;
margin-top: -10px;
}
.footer {
height: 10%;
text-align: left;
margin-bottom: 10px;
}
.webGrid {
margin: 11px;
margin-left: 25px;
border-collapse: collapse;
width: 40%;
background-color: #ffffff;
text-align: justify;
font-size: 10.1px;
float: left;
}
.webGrid2 {
margin: 10px;
margin-left: 400px;
border-collapse: collapse;
width: 35%;
background-color: #ffffff;
text-align: left;
font-size: 10px;
margin-top: 900px;
}
.headerGrid a {
color: rgb(00, 87, 147);
text-decoration: none;
}
.comentario {
max-width: 200px;
white-space: nowrap;
overflow: hidden;
}
.grafico {
float: left;
}
#chartContainer, #chartContainer2 {
zoom: 52%;
display: inline-flex;
margin-top: 400px;
float: left;
margin-left: 1%;
}
#chartContainer3, #chartContainer4 {
zoom: 52%;
display: inline-flex;
margin-top: 200px;
float: left;
margin-left: 1%;
margin-top: 10.5%
}
#chartContainer5 {
zoom: 50%;
display: inline-flex;
margin-top: 416px;
float: left;
margin-left: 1%;
}
}
when resizing the screen all content is resized, in the graphics I zoomed in, so that the graphic is with a size in evidence at the request of the user, the problem is that the names and that are on top of the graphics do not increase as the zoom I put, how can I set it to be proportional?
But if you want to increase, why did you put Zoom at 50%? You should put it at 150%
– hugocsl
@hugocsl 50% meets what was requested by them,before I had placed 150%
– user149301
These graphics are being made via plugin? as they are being built?
– Franck Costa