From cda9481a10994e2f94c57f4cfd79e04af9520b34 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 11 Mar 2024 13:20:50 +0300 Subject: [PATCH] Fix height and width --- site/_includes/base.vto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_includes/base.vto b/site/_includes/base.vto index 6c8689f..5a7d531 100644 --- a/site/_includes/base.vto +++ b/site/_includes/base.vto @@ -139,8 +139,8 @@ background-color: var(--background); color: var(--foreground); - height: 100dvh; - width: 100dvw; + height: 100%; + width: 100%; margin: 0; }