style: MPS-24 — widen SERP right rail further (340 -> 420px)

Operator follow-up: rail still not fat enough. >=1100px rail column
340 -> 420px; rail card thumb 76 -> 96px to match. CSS-only,
cache-busted.
This commit is contained in:
russell@unturf.com 2026-05-17 10:10:47 -04:00
parent 8b36fd0310
commit bda90119d8
No known key found for this signature in database

View file

@ -1956,7 +1956,7 @@ div.tag-detail-layout {
@media (min-width: 1100px) {
div.tag-detail-layout {
/* facet | results | featured rail */
grid-template-columns: 220px minmax(0, 1fr) 340px;
grid-template-columns: 220px minmax(0, 1fr) 420px;
}
div.tag-detail-layout > aside.serp-rail {
grid-column: auto;
@ -1985,7 +1985,7 @@ ul.serp-rail-list {
}
li.serp-rail-card {
display: grid;
grid-template-columns: 76px minmax(0, 1fr);
grid-template-columns: 96px minmax(0, 1fr);
gap: var(--space-2, 8px);
align-items: start;
padding: var(--space-2, 8px);