Plantilla:Gráfico/styles.css
Apariencia
/**
* [[Categoría:Wikipedia:Subpáginas de estilo de plantillas]]
*
*/
/* Evita que se dé overflow en dispositivos móviles */
@media all and ( max-width: 720px ) {
div.mw-graph {
min-width: auto !important;
max-width: 100%;
overflow-x: auto;
overflow-y: visible;
}
}
.mw-graph-img {
width: inherit;
height: inherit;
}