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