From e3f75b17172daafe9888e810853b928b18edd275 Mon Sep 17 00:00:00 2001 From: nercone-dev Date: Wed, 15 Apr 2026 05:52:06 +0900 Subject: [PATCH] -- --- public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 55b451d..8b0f801 100644 --- a/public/index.html +++ b/public/index.html @@ -18,12 +18,12 @@ display: flex; align-items: center; justify-content: center; - font-size: 60pt; + font-size: 64pt; font-weight: 600; } - @media (max-width: 460px) { + @media (max-width: 512px) { .big-text { - font-size: 54pt; + font-size: 48pt; } }