wiki/_sass/_screenshot.scss

11 lines
184 B
SCSS

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