diff --git a/src/components/brief.astro b/src/components/brief.astro index 7b435392..d0160558 100644 --- a/src/components/brief.astro +++ b/src/components/brief.astro @@ -63,7 +63,7 @@ const { title } = Astro.props; margin-bottom: 0; } @media (max-width: 640px) { - .heading * { + .heading *:not(a) { padding-left: 0; padding-right: 0; }