diff --git a/app/components/Subheading.tsx b/app/components/Subheading.tsx index 87a48ec24..85bd5e767 100644 --- a/app/components/Subheading.tsx +++ b/app/components/Subheading.tsx @@ -13,15 +13,13 @@ const H3 = styled.h3` `; const Underline = styled.div` - margin-top: -1px; display: inline-block; font-weight: 500; font-size: 14px; line-height: 1.5; color: ${(props) => props.theme.textSecondary}; - border-bottom: 3px solid ${(props) => props.theme.textSecondary}; padding-top: 6px; - padding-bottom: 4px; + padding-bottom: 6px; `; // When sticky we need extra background coverage around the sides otherwise