Difference between revisions of "Template:Interactive COVID-19 maps/Per capita confirmed cases/mobilefriendly/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Jdlrobson
imported>Pppery
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
.mw-graph {
 
.mw-graph {
max-width: 800px;
+
  max-width: 800px;
max-height: 500px;
+
max-height: 500px;
width: 100%;
+
width: 100%;
height: 400px;
+
height: 400px;
min-width: auto !important;
+
min-width: auto !important;
min-height:260px
+
min-height:260px
 
}
 
}
  
 
.mw-graph canvas,
 
.mw-graph canvas,
 
.mw-graph img {
 
.mw-graph img {
height: 100%;
+
height: 100% !important;
 +
width: 100% !important;
 +
}
  
width: 100%;
+
.mw-graph img {
 
+
  opacity: 0.6;
opacity: 0.6;
 
 
}
 
}

Latest revision as of 02:40, 14 October 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% !important;
 width: 100% !important;
}

.mw-graph img {
  opacity: 0.6;
}