diff --git a/dotcom-rendering/src/components/Masthead/HighlightsCard.tsx b/dotcom-rendering/src/components/Masthead/HighlightsCard.tsx index 837ddeaa38..a696e4b4e9 100644 --- a/dotcom-rendering/src/components/Masthead/HighlightsCard.tsx +++ b/dotcom-rendering/src/components/Masthead/HighlightsCard.tsx @@ -121,9 +121,6 @@ const audioPillIcon = css` border-radius: 50%; > svg { - margin-left: auto; - margin-right: auto; - display: block; fill: ${palette('--highlights-container-background')}; } `;