Difference between revisions of "Template:Interactive COVID-19 maps/Per capita confirmed cases/mobilefriendly/styles.css"
Jump to navigation
Jump to search
imported>Jdlrobson |
imported>Jdlrobson |
||
| Line 6: | Line 6: | ||
min-width: auto !important; | min-width: auto !important; | ||
min-height:260px | min-height:260px | ||
| + | } | ||
| + | |||
| + | .mw-graph canvas, | ||
| + | .mw-graph img { | ||
| + | height: 100%; | ||
| + | |||
| + | width: 100%; | ||
| + | |||
| + | opacity: 0.6; | ||
} | } | ||
Revision as of 22:15, 29 March 2020
.mw-graph {
max-width: 800px;
max-height: 500px;
width: 100%;
height: 400px;
min-width: auto !important;
min-height:260px
}
.mw-graph canvas,
.mw-graph img {
height: 100%;
width: 100%;
opacity: 0.6;
}