From 6a1919a50c5c4511ca63b5c7e9a94acf01ecc0c7 Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Fri, 22 May 2026 06:48:23 +0000 Subject: [PATCH] sidebar: right-align banner stack so 300px banners hug the column's right edge (matches content above/below) --- src/components/SidebarAdStack.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SidebarAdStack.tsx b/src/components/SidebarAdStack.tsx index 8fe021f..ea9998c 100644 --- a/src/components/SidebarAdStack.tsx +++ b/src/components/SidebarAdStack.tsx @@ -19,7 +19,7 @@ export default function SidebarAdStack({ ); return ( -
+
{FIXED_300X600 && } {rotating.map((ad) => (