From 0c4702f3c1b636029bca7ede92b4d2081df68f38 Mon Sep 17 00:00:00 2001 From: Chen Yang Date: Sat, 21 Jun 2025 13:16:15 +0800 Subject: [PATCH] Final choice: fixed scaling for table and auto scaling for the remainder. --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index c978290..87bc12f 100755 --- a/style.css +++ b/style.css @@ -9,8 +9,6 @@ body { background-color: rgb(255, 255, 250); line-height: 1.4; padding-bottom: 12.5em; - /* text-size-adjust: none; */ - -webkit-text-size-adjust: none; } img { @@ -100,6 +98,7 @@ hr { display: table; list-style: none; padding-left: 5; + -webkit-text-size-adjust: 120%; /* font-size:16px; */ }