From 3ba67a9e389b4d7b660a26226124c8f9ad534311 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 18 Apr 2022 09:34:14 -0700 Subject: [PATCH] Adjust article actions width to center under logo --- packages/web/pages/[username]/[slug]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/pages/[username]/[slug]/index.tsx b/packages/web/pages/[username]/[slug]/index.tsx index 9973d45b3..2e682da08 100644 --- a/packages/web/pages/[username]/[slug]/index.tsx +++ b/packages/web/pages/[username]/[slug]/index.tsx @@ -192,7 +192,7 @@ export default function Home(): JSX.Element { top: '-120px', left: 8, height: '100%', - width: '48px', + width: '35px', '@lgDown': { display: 'none', },