diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index 7e4303d..e4f1851 100644 --- a/JAVASCRIPT/1.js +++ b/JAVASCRIPT/1.js @@ -29,7 +29,7 @@ function showNotification() { notification.style.transition = "bottom 0.4s ease-in-out"; notification.style.zIndex = "9999"; notification.style.fontFamily = '"Monomakh", serif'; - notification.style.fontSize = "1.5rem"; + notification.style.fontSize = "1.3rem"; document.body.appendChild(notification);