From 8f593c6a6fb838c0d2c23284f09deced009a08ad Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sun, 19 Jul 2026 18:58:25 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=9A=D0=BE=D0=BD=D1=82=D0=B5=D0=B9?= =?UTF-8?q?=D0=BD=D0=B5=D1=80=20=D1=81=20=D0=B8=D0=B3=D1=80=D0=BE=D0=B9=20?= =?UTF-8?q?=D1=80=D0=B0=D1=81=D1=82=D1=8F=D0=BD=D1=83=D1=82=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=81=D1=8C=20=D1=8D=D0=BA=D1=80=D0=B0=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/style.css b/src/style.css index 0fa0f01..4d5e079 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1,12 @@ @import "./reset.css"; + +body { + min-height: 100vh; +} + +canvas { + width: 100vw; + height: 100vh; + display: block; + object-fit: contain; +}