mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-09 19:10:24 +00:00
Merge pull request #208 from wraybowling/master
+ min-height on .codeAndCanvas
This commit is contained in:
commit
985e22a442
@ -216,6 +216,7 @@ code {
|
||||
|
||||
.codeAndCanvas {
|
||||
height:auto;
|
||||
min-height:250px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user