Change min height

This commit is contained in:
apple502j 2019-02-09 15:17:23 +09:00 committed by GitHub
parent 0d17d9cee1
commit 7ecaa12222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,5 +176,5 @@ dl {
background-color: $background-color;
padding: 20px 0;
min-width: 100%;
min-height: 768px;
min-height: 680px;
}