From c64ac3e5754c110cedf47b9716bf238068e90115 Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Sat, 21 Jun 2025 13:05:29 +0800 Subject: [PATCH] Testing mobile table text size. --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 8d78ac5..c978290 100755 --- a/style.css +++ b/style.css @@ -9,8 +9,8 @@ body { background-color: rgb(255, 255, 250); line-height: 1.4; padding-bottom: 12.5em; - text-size-adjust: none; - /* -webkit-text-size-adjust: none; */ + /* text-size-adjust: none; */ + -webkit-text-size-adjust: none; } img {