From a832763489b6de23274a567decb5f20172f68c7a Mon Sep 17 00:00:00 2001 From: august kline Date: Wed, 14 Aug 2024 09:58:10 -0400 Subject: [PATCH] Better sizing --- src/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 0181c10..163bfc6 100644 --- a/src/style.css +++ b/src/style.css @@ -16,7 +16,8 @@ body, html { - block-size: 100%; + block-size: 100dvb; + inline-size: 100dvi; margin: 0; overflow: hidden; }