fix: match banner and popular list width to the latest cards

Size the banner and the popular rank list to the same responsive widths as
the latest section's message bubbles (680/900/1120), so the banner, latest
cards and popular cards line up at one consistent content width on desktop.

Desktop-scoped; mobile stays full-width.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
TerryM
2026-05-31 02:39:54 +08:00
parent a564fddfcb
commit 5b93e8dc77
2 changed files with 2 additions and 2 deletions

View File

@@ -301,7 +301,7 @@ export function FigmaBanner() {
) : null;
return (
<div className="relative md:mx-auto md:max-w-[680px] lg:max-w-[800px]">
<div className="relative md:mx-auto md:max-w-[680px] lg:max-w-[900px] xl:max-w-[1120px]">
<div
ref={scrollerRef}
onPointerDown={handlePointerDown}