From 2ab83f5825b4249479197232281b4e7704a5758b Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 22 Nov 2025 10:17:37 +0000 Subject: [PATCH] Increase table body font size to 1.5rem --- 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 4d4121e..7c346fe 100644 --- a/public/static/mobile.css +++ b/public/static/mobile.css @@ -44,7 +44,7 @@ table.u-full-width thead th { table.u-full-width tbody td { padding: 12px 5px; - font-size: 1.2rem; + font-size: 1.5rem; } /* Mobile-specific styles */