From 53f170c09bef94138ad52b882908fe3e6885c24e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 22 Nov 2025 05:38:52 +0000 Subject: [PATCH] Update mobile table font size to 1.2rem for small screens --- public/static/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/mobile.css b/public/static/mobile.css index d7fb865..4223766 100644 --- a/public/static/mobile.css +++ b/public/static/mobile.css @@ -131,7 +131,7 @@ table.u-full-width tbody td { table.u-full-width tbody td { padding: 8px 2px; - font-size: 0.85rem; + font-size: 1.2rem; } /* Smaller dark toggle for small screens */