From 7642d120e25dcc8d141468565166f797a36226e3 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sat, 21 Feb 2026 23:26:14 -0500 Subject: [PATCH] Increase mobile opponent text sizes for readability - Opponent card rank/suit: 0.65rem -> 0.8rem (25% bump) - Opponent names (h4): 0.6rem -> 0.75rem - Opponent showing score: 0.55rem -> 0.7rem - Short screen card font: 0.5rem -> 0.6rem - Animation overlay font (JS 12.25px) closely matches CSS (12.8px) Co-Authored-By: Claude Opus 4.6 --- client/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/style.css b/client/style.css index f692c34..f127298 100644 --- a/client/style.css +++ b/client/style.css @@ -5058,7 +5058,7 @@ body.mobile-portrait .opponent-area .dealer-chip { } body.mobile-portrait .opponent-area h4 { - font-size: 0.6rem; + font-size: 0.75rem; margin: 0 0 2px 0; padding: 2px 4px; max-width: 120px; @@ -5074,12 +5074,12 @@ body.mobile-portrait .opponent-area .card-grid { body.mobile-portrait .opponent-area .card { width: 35px !important; height: 49px !important; - font-size: 0.65rem !important; + font-size: 0.8rem !important; border-radius: 3px; } body.mobile-portrait .opponent-showing { - font-size: 0.55rem; + font-size: 0.7rem; padding: 0px 3px; margin-left: 3px; } @@ -5321,7 +5321,7 @@ body.mobile-portrait #waiting-screen { body.mobile-portrait .opponent-area .card { width: 29px !important; height: 40px !important; - font-size: 0.5rem !important; + font-size: 0.6rem !important; } body.mobile-portrait .table-center {