User:Ayato/mainpageexperiments.css: Difference between revisions

Jump to navigation Jump to search
Ayato changed the content model of the page User:Ayato/mainpageexperiments.css from "CSS" to "Sanitized CSS"
Tag: content model change
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-parser-output * {
* {
box-sizing: border-box;
box-sizing: border-box;
}
}
Line 44: Line 44:
justify-content: space-between;
justify-content: space-between;
gap: 10px;
gap: 10px;
align-items:center;
}
}
.statistics-block * {
.statistics-block * {
Line 51: Line 52:
width: 100%;
width: 100%;
height: 100%;
height: 100%;
object-fit: contain
object-fit: contain;
object-position: left;
}
}
.statistics-block .right {
.statistics-block .right {