wiki/_sass/_screenshot.scss

11 lines
196 B
SCSS

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