home3: center the right column in the space (match FIX1), not top-aligned
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -186,10 +186,10 @@
|
||||
max-width: 1180px; width: 100%; margin: 0 auto; box-sizing: border-box;
|
||||
padding: 0 clamp(18px, 5vw, 44px) 16px;
|
||||
display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, 1.82fr); gap: 18px;
|
||||
align-items: start; /* columns size to content + float at top — never stretch */
|
||||
align-items: center; /* right column floats CENTERED in the space (FIX1) — never stretch */
|
||||
}
|
||||
/* right column is independent of the (taller) News card, so Art/Play/Moment keep their
|
||||
natural size instead of stretching to match News */
|
||||
natural size and sit centered against News instead of stretching to match it */
|
||||
.rightcol { display: flex; flex-direction: column; gap: 18px; }
|
||||
.card {
|
||||
border-radius: 18px; overflow: hidden; text-decoration: none; color: inherit;
|
||||
|
||||
Reference in New Issue
Block a user