From 9e4f7c5acf1e505d41d2e8fffb819092bccc8d9e Mon Sep 17 00:00:00 2001 From: avi Date: Sat, 9 May 2026 16:55:39 -0500 Subject: [PATCH] Save point: Scene 2 text size reduced to 1.2rem to match Scene 1 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4fc8a49..e94c041 100644 --- a/index.html +++ b/index.html @@ -164,7 +164,7 @@ display: flex; align-items: center; justify-content: center; - font-size: 2rem; + font-size: 1.2rem; line-height: 1.8; color: #00ff00; visibility: hidden;