diff --git a/mode.html b/mode.html
index d43d67b..000d574 100644
--- a/mode.html
+++ b/mode.html
@@ -183,7 +183,7 @@
Welcome to My Live2D Page
const scaleX = (innerWidth * 0.9) / model.width;
const scaleY = (innerHeight * 0.9) / model.height;
model.scale.set(Math.min(scaleX, scaleY));
- model.y = innerHeight * 0.05;
+ model.y = innerHeight * 0.6;
}
}