diff --git a/front/volume/src/components/Pong/GameComponent.svelte b/front/volume/src/components/Pong/GameComponent.svelte index d2fc438..8c7ec6b 100644 --- a/front/volume/src/components/Pong/GameComponent.svelte +++ b/front/volume/src/components/Pong/GameComponent.svelte @@ -49,8 +49,14 @@ } .renderCanvas { + max-width: 1000px; width: 100%; height: auto; + padding-left: 0; + padding-right: 0; + margin-left: auto; + margin-right: auto; + display: block; touch-action: none; }