diff --git a/attribution/index.html b/attribution/index.html index ee571e9..2d1c648 100644 --- a/attribution/index.html +++ b/attribution/index.html @@ -236,6 +236,10 @@ footer a:focus-visible { outline: .15rem solid var(--color-accent-flipped); } +footer a:has(svg) { + display: inline-block; +} + footer svg { height: 2rem; width: auto; @@ -281,6 +285,6 @@ footer svg {
- +