Skip to content

Commit

Permalink
Merge pull request #90 from zyronon/test
Browse files Browse the repository at this point in the history
save
  • Loading branch information
zyronon authored Jun 6, 2024
2 parents 27ee8d8 + 0478cc8 commit 83caeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ watch(
function resetVhAndPx() {
let vh = window.innerHeight * 0.01
document.documentElement.style.setProperty('--vh', `${vh}px`)
document.documentElement.style.fontSize = document.documentElement.clientWidth / 375 + 'px'
//document.documentElement.style.fontSize = document.documentElement.clientWidth / 375 + 'px'
}
onMounted(() => {
Expand Down

0 comments on commit 83caeaf

Please sign in to comment.