wiki/_sass/_screenshot.scss

11 lines
197 B
SCSS

// スクリーンショット
.screenshot {
background: $screenshot-background;
max-height: $screenshot-max-height;
max-width: $screenshot-max-width;
img {
object-fit: contain;
}
}