From 6b495399c0ea2d0f9ebf115238858175261dd6aa Mon Sep 17 00:00:00 2001 From: LuckyLaszlo Date: Sun, 16 Oct 2022 20:08:24 +0200 Subject: [PATCH] miscs littles adjustements --- pong.html | 80 +++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 57 insertions(+), 23 deletions(-) diff --git a/pong.html b/pong.html index 20518359..b7fc54c0 100644 --- a/pong.html +++ b/pong.html @@ -12,7 +12,7 @@ } canvas { background-color: #333333; - max-width: 90vw; + max-width: 75vw; /* max-height: 100vh; */ /* width: 80%; */ } @@ -28,23 +28,23 @@ canvas {