wiki/_sass/_screenshot.scss

11 lines
164 B
SCSS
Raw Normal View History

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