Skip to content

Commit

Permalink
Fix: Update media element selector to match the other
Browse files Browse the repository at this point in the history
  • Loading branch information
FlemmingMP committed Jun 27, 2024
1 parent 6fcfb27 commit 7e579c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/brief.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7e579c2

Please sign in to comment.