Template:Scale/style.css

From Polcompball Wiki
Revision as of 12:39, 31 March 2023 by TheGhostOfInky (talk | contribs) (TheGhostOfInky changed the content model of the page User:TheGhostOfInky/Scale/style.css from "CSS" to "Sanitized CSS")
Jump to navigationJump to search
.scaled img {
    image-rendering: pixelated;
    display: inline-block;
}

.scaled.x2 img {
    transform: scale(2);
    padding: 12px;
}