wiki/_sass/_screenshot.scss

11 lines
164 B
SCSS

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