Merge pull request #208 from wraybowling/master

+ min-height on .codeAndCanvas
This commit is contained in:
Patricio Gonzalez Vivo 2017-12-29 19:30:26 -08:00 committed by GitHub
commit 985e22a442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,6 +216,7 @@ code {
.codeAndCanvas {
height:auto;
min-height:250px;
clear:both;
}