From a769caf8d2a6fedae3a0dad9873a74edb4873064 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 1 Jun 2025 23:52:43 +0300 Subject: [PATCH] cube: use dvh rather than vh --- site/_includes/cube.vto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/cube.vto b/site/_includes/cube.vto index c7ac44b..2cce8c8 100644 --- a/site/_includes/cube.vto +++ b/site/_includes/cube.vto @@ -4,7 +4,7 @@ } html { - font-size: min(9vw, 9vh, 4.5rem); + font-size: min(9dvw, 9dvh, 4.5rem); } /* Guess what? Yeah, you guessed right. Safari can't render shit. */