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 {

site attribution

- + diff --git a/contact-success/index.html b/contact-success/index.html index f14a08c..7d6a398 100644 --- a/contact-success/index.html +++ b/contact-success/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; @@ -279,6 +283,6 @@ footer svg {

site attribution

- + diff --git a/index.html b/index.html index 6d6d729..01778de 100644 --- a/index.html +++ b/index.html @@ -307,6 +307,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; @@ -402,6 +406,6 @@ footer svg {

site attribution

- +