This commit is contained in:
zyronon
2023-11-09 23:54:52 +08:00
parent a4b466eaff
commit a5a7b80c21
3 changed files with 26 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
} else {
width = window.innerWidth;
}
console.log('width', width)
// console.log('width', width)
html.style.fontSize = width / max + 'px';
}
rem();