From f18a2a048df03301a08c196fab6b7d01c4803c42 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 16 Feb 2021 00:15:04 -0800 Subject: [PATCH] fix: Sticky heading stacking --- app/components/Subheading.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Subheading.js b/app/components/Subheading.js index be5f2ae6..eecb044a 100644 --- a/app/components/Subheading.js +++ b/app/components/Subheading.js @@ -20,8 +20,8 @@ const Underline = styled.div` line-height: 1.5; color: ${(props) => props.theme.textSecondary}; border-bottom: 3px solid ${(props) => props.theme.textSecondary}; - padding-top: 7px; - padding-bottom: 5px; + padding-top: 6px; + padding-bottom: 4px; `; // When sticky we need extra background coverage around the sides otherwise