Module:Progression rainbow/styles.css: Difference between revisions

Content deleted Content added
use the one that doesn't depend on clip
display block at 800 px and lower
Tag: Reverted
Line 26:
height: 1px;
overflow: hidden;
}
 
@media all and (max-width: 800px) {
.progression-rainbow tr td {
display: block;
}
}