Modスクリーンショットのサイズ調整

gh-pages
Rui 2018-02-28 17:29:31 +09:00 committed by GitHub
parent 09047a2fa8
commit 71d1c8def9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
//
.screenshot {
background: $screenshot-background;
max-height: 300px;
max-width: 600px;
max-height: 250px;
max-width: 500px;
img {
object-fit: contain;