From 7e579c2e4dc812fb1768634452d9318a914aa810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flemming=20M=C3=B8ller=20Pedersen?= Date: Thu, 27 Jun 2024 14:28:05 +0200 Subject: [PATCH] Fix: Update media element selector to match the other --- src/components/brief.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }