Stabilise banner h2

This commit is contained in:
Michael Telatynski
2026-03-31 09:43:09 +01:00
parent 663754989e
commit 0607a32595
+2
View File
@@ -89,6 +89,8 @@ const CloseButton = styled.button`
`;
const CategoryHeading = styled.h2`
line-height: var(--cpd-font-line-height-tight);
letter-spacing: var(--cpd-font-letter-spacing-heading-lg);
font-weight: 700;
font-size: 12px;
color: ${({ theme }): string => theme.subheadingColor};