Add top padding to table-center on mobile portrait for held card clearance

Increase top padding from 5px to 20px so the deck/discard sit lower,
giving the held card more breathing room from the opponents row above.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 18:20:21 -05:00
parent 3414bfad1a
commit e9692de6c6

View File

@ -5145,7 +5145,7 @@ body.mobile-portrait .opponent-showing {
/* --- Mobile: Deck/Discard area centered --- */
body.mobile-portrait .table-center {
padding: 5px 10px;
padding: 20px 10px 5px;
border-radius: 8px;
}