From 2cc1d36abcde43747ccbaaa966315bcefb5a5bfe Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Fri, 20 Jun 2025 09:43:31 +0800 Subject: [PATCH] Test mobile font scaling options. --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index e1de3bb..3da275d 100755 --- a/style.css +++ b/style.css @@ -9,6 +9,8 @@ body { background-color: rgb(255, 255, 250); line-height: 1.4; padding-bottom: 200px; + text-size-adjust: none; + -webkit-text-size-adjust: none; } img {