Merge pull request #2763 from apple502j/patch-10

Change min height
This commit is contained in:
Benjamin Wheeler 2020-12-10 14:15:19 -05:00 committed by GitHub
commit 0aa15b91c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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