summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordarkuss <darkussdelta@gmail.com>2026-08-22 23:09:35 +0200
committerdarkuss <darkussdelta@gmail.com>2026-08-22 23:09:35 +0200
commit8fede1eb56cac93134bc1e0d73df4b1010cdd9b4 (patch)
tree1f5de986d98f9e6c3e04d6e759334645718e3946
parent573f093face41579b323248e6f313ffa77ed82b1 (diff)
-rw-r--r--css/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/index.css b/css/index.css
index 18ed594..b3beabe 100644
--- a/css/index.css
+++ b/css/index.css
@@ -21,8 +21,8 @@ html {
body {
font-family: "Nintendo DS BIOS";
margin: 0;
- height: 100dvh;
height: 100vh;
+ height: 100dvh;
font-size: 1.2rem;
background-image: linear-gradient(26.57deg, var(--red-dark) 0%, var(--red) 100%);
}