sidebar: right-align banner stack so 300px banners hug the column's right edge (matches content above/below)

This commit is contained in:
Ryan Salazar
2026-05-22 06:48:23 +00:00
parent d3aa05e47e
commit 6a1919a50c

View File

@@ -19,7 +19,7 @@ export default function SidebarAdStack({
);
return (
<div className={`space-y-4 ${className}`}>
<div className={`flex flex-col items-end gap-4 ${className}`}>
{FIXED_300X600 && <AdImage ad={FIXED_300X600} priority />}
{rotating.map((ad) => (
<AdImage key={ad.src ?? ad.label} ad={ad} />