diff --git a/src/app/legacy/containers/Headings/__snapshots__/index.test.jsx.snap b/src/app/legacy/containers/Headings/__snapshots__/index.test.jsx.snap index 000e4f5d1eb..748b8eaa6e8 100644 --- a/src/app/legacy/containers/Headings/__snapshots__/index.test.jsx.snap +++ b/src/app/legacy/containers/Headings/__snapshots__/index.test.jsx.snap @@ -568,8 +568,7 @@ exports[`Headings with plain text subheadline should render h2 containing correc font-weight: 700; font-style: normal; color: #141414; - margin: 0; - padding: 1.5rem 0; + margin: 1.5rem 0; } @media (min-width: 20rem) and (max-width: 37.4375rem) { @@ -588,10 +587,16 @@ exports[`Headings with plain text subheadline should render h2 containing correc @media (min-width: 37.5rem) { .emotion-2 { - padding-top: 2rem; + margin-top: 2rem; } } +.emotion-2:focus-visible { + outline: 0.1875rem solid #000000; + box-shadow: 0 0 0 0.1875rem #FFFFFF; + outline-offset: 0.1875rem; +} +