From f990a067f5430f73662b093a656127a223727c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Contreras?= Date: Fri, 28 Jun 2024 02:40:09 -0500 Subject: [PATCH] style: Adjust font size to 50px for better readability --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d96c22f..27e1fe0 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,7 @@

(screenshot to save the image)

const container = document.getElementById("container"); const text = document.getElementById("text"); - text.style.fontSize = "60px"; + text.style.fontSize = "50px"; text.style.lineHeight = "normal"; const textClone = text.cloneNode(true);