diff --git a/style.css b/style.css index 43e2252..f8854ac 100644 --- a/style.css +++ b/style.css @@ -53,9 +53,10 @@ section *:last-child { flex: 1; } -canvas { +#canvas-area { background-color: black; - width: 100%; + width: 480px; + height: 360px; } #console {