wiki/_sass/_screenshot.scss

11 lines
196 B
SCSS
Raw Permalink Normal View History

2017-12-02 02:04:52 -08:00
// スクリーンショット
.screenshot {
max-height: var(--screenshot-max-height);
max-width: var(--screenshot-max-width);
2017-12-02 02:04:52 -08:00
img {
object-fit: contain;
2018-06-08 22:16:38 -07:00
object-position: 0%;
2017-12-02 02:04:52 -08:00
}
}