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; }