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:
parent
8b36fd0310
commit
bda90119d8
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue