diff --git a/docs/cloudlog.md b/docs/cloudlog.md index 51929e3..21e9bda 100644 --- a/docs/cloudlog.md +++ b/docs/cloudlog.md @@ -43,7 +43,7 @@ title: Cloudlog if (!iframe) return; const windowWidth = window.innerWidth; - iframe.style.height = windowWidth < 607 ? "2100px" : "1600px"; + iframe.style.height = windowWidth < 609 ? "2100px" : "1600px"; } document.addEventListener("DOMContentLoaded", () => {