From 6ab23129833556ee08be65903f69a9b0c9d07265 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Fri, 1 May 2026 09:54:54 -0300 Subject: [PATCH] Revert to use vh because mobile sucks --- www/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/style.css b/www/style.css index de93b8b..e44f0cb 100644 --- a/www/style.css +++ b/www/style.css @@ -37,8 +37,8 @@ body { flex-direction: column; padding: 2em; gap: 1em; - height: 100dvh; - max-height: 100dvh; + height: 100vh; + max-height: 100vh; width: 30vw; margin: auto; overflow: hidden;