1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

cube: use dvh rather than vh

This commit is contained in:
RGBCube 2025-06-01 23:52:43 +03:00
parent 321777bc53
commit a769caf8d2
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -4,7 +4,7 @@
} }
html { 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. */ /* Guess what? Yeah, you guessed right. Safari can't render shit. */