+ min-height on .codeAndCanvas
Text was wrapping oddly on the Hello World because the code and canvas block did not have a minimum height. This could be refactored further in favor of CSS Grids.
This commit is contained in:
parent
b636ab2a40
commit
f2dbf5a737
|
|
@ -216,6 +216,7 @@ code {
|
|||
|
||||
.codeAndCanvas {
|
||||
height:auto;
|
||||
min-height:250px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue