Jump to content

Template:Growth stages/styles.css

From StepHarvest Wiki
Revision as of 18:28, 11 June 2026 by Admin (talk | contribs) (Growth stage spritesheet display)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Growth stage spritesheets, CSS upscaled so the pixel art stays crisp. */
.sh-stages {
	padding: 4px 0;
	overflow-x: auto;
}

.sh-stages img {
	height: 128px;
	width: auto;
	image-rendering: pixelated;
}