From 0785dfbe4ce905ad9c627cff225cc3ef5100634a Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:47:47 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index 3b1d0cf..7e4303d 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 = "1rem"; + notification.style.fontSize = "1.5rem"; document.body.appendChild(notification);