no message

This commit is contained in:
2025-11-16 09:19:55 +01:00
parent 8d65f809aa
commit 0156db582f
3 changed files with 3 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ function initPopupTools() {
}
// Schriftgröße
let currentScale = 1;
let currentScale = 1.3;
function applyScale() {
popupBody.style.fontSize = `${currentScale}em`;