wiki/_sass/_screenshot.scss

11 lines
197 B
SCSS
Raw Normal View History

2017-12-02 02:04:52 -08:00
// スクリーンショット
.screenshot {
background: $screenshot-background;
2018-02-28 02:21:29 -08:00
max-height: $screenshot-max-height;
max-width: $screenshot-max-width;
2017-12-02 02:04:52 -08:00
img {
object-fit: contain;
}
}