From 4087c6ade81b9af9d7845f82741cf3c306ca811d Mon Sep 17 00:00:00 2001 From: Reimar Date: Wed, 20 Aug 2025 20:52:35 +0200 Subject: [PATCH] fix aspect ratio --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {