MediaWiki:Common.css: Difference between revisions

Upgradetable styling improvement
(Upgradetable styling)
(Upgradetable styling improvement)
Line 110:
width: calc(80% / 5);
font-size: 2.2vw;
}
table.upgradetable td img { /* images not wrapped in <a> */
max-width: 100% !important;
height: auto !important;
}
}
 
@media (max-width: 480px) {
table.upgradetable td:nth-of-type(n + 2) {
font-size: 2.5vw;
}
}
 
/* Front page stuff */