Better desktop scaling.
This commit is contained in:
@@ -619,6 +619,18 @@ h3 {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Desktop: the shop wants horizontal room the portrait column can't give it —
|
||||
the 4-card buy row alone needs ~676px to stay on one line, and the deck
|
||||
spreads wider still. Once the viewport can spare the width, let the shop
|
||||
(only) expand past the 620px column the other phases keep. Below this
|
||||
breakpoint, and on phones (see the max-width query), it falls back to the
|
||||
full-width portrait layout and the buy row wraps as before. */
|
||||
@media (min-width: 720px) {
|
||||
.table-main.is-wide {
|
||||
max-width: 1000px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ---------- event log ---------- */
|
||||
/* A pinned-up ledger of what happened, paper-warm against the felt. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user