From 8e5b1ed77fd11d4e616f5e5ee0896ff7dbdaf71f Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Fri, 1 May 2026 09:38:49 -0300 Subject: [PATCH] Adjust body size to visible viewport. --- www/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/style.css b/www/style.css index e44f0cb..2c8913f 100644 --- a/www/style.css +++ b/www/style.css @@ -37,8 +37,8 @@ body { flex-direction: column; padding: 2em; gap: 1em; - height: 100vh; - max-height: 100vh; + height: 100svh; + max-height: 100svh; width: 30vw; margin: auto; overflow: hidden;