diff --git a/src/App.jsx b/src/App.jsx index 1705993..87eb5a6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -648,7 +648,7 @@ export default function App({ edpFetch }) { if (window.innerHeight >= 650) { document.documentElement.style.zoom = (.35 / 350) * window.innerHeight + .1; } else { - document.documentElement.style.zoom = .85; + document.documentElement.style.zoom = .75; } } else { document.documentElement.style.fontSize = "";