From fc5d76f44a9b5f165341adcc721b9d738f46e152 Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Sun, 14 Jun 2026 09:16:24 -0400 Subject: [PATCH] bigger balatro tiles and native-size art on desktop --- static/balatro.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/balatro.html b/static/balatro.html index 0a68cf9..1200144 100644 --- a/static/balatro.html +++ b/static/balatro.html @@ -64,6 +64,14 @@ .name{ font-size:12px } .effect{ font-size:11px } } + /* Desktop: bigger tiles, joker art at native 142x190 size */ + @media (min-width:768px){ + .grid{ grid-template-columns:repeat(auto-fill, minmax(200px,1fr)); gap:14px } + .card{ padding:14px 12px 16px } + .card img{ width:142px; height:190px } + .name{ font-size:15px } + .effect{ font-size:13px } + } .card{ display:flex; flex-direction:column; align-items:center; text-align:center; background:var(--card); border:1px solid var(--line); border-radius:12px;