Template:Scale/style.css: Difference between revisions

From Polcompball Wiki
Jump to navigationJump to search
Content added Content deleted
No edit summary
(TheGhostOfInky changed the content model of the page User:TheGhostOfInky/Scale/style.css from "CSS" to "Sanitized CSS")
Tag: content model change
(No difference)

Revision as of 12:39, 31 March 2023

.scaled img {
    image-rendering: pixelated;
    display: inline-block;
}

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